Searched refs:DuplicationPolicy (Results 1 – 4 of 4) sorted by relevance
262 enum DuplicationPolicy { noDuplication = 0, duplicate, duplicateOnCopy }; enum264 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
239 DuplicationPolicy allocate) in CZString()253 ? (static_cast<DuplicationPolicy>(other.storage_.policy_) == in CZString()257 : static_cast<DuplicationPolicy>(other.storage_.policy_)) & in CZString()
689 enum DuplicationPolicy { enum695 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
2763 Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate) in CZString()2775 ? (static_cast<DuplicationPolicy>(other.storage_.policy_) == noDuplication in CZString()2777 : static_cast<DuplicationPolicy>(other.storage_.policy_)) & 3U; in CZString()
Completed in 21 milliseconds