Lines Matching defs:allocator
98 …GenericPointer(Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), … in allocator_() argument
105 …explicit GenericPointer(const Ch* source, Allocator* allocator = 0) : allocator_(allocator), ownAl… in allocator_() argument
116 …explicit GenericPointer(const std::basic_string<Ch>& source, Allocator* allocator = 0) : allocator… in allocator_() argument
128 …GenericPointer(const Ch* source, size_t length, Allocator* allocator = 0) : allocator_(allocator),… in allocator_() argument
162 …GenericPointer(const GenericPointer& rhs, Allocator* allocator) : allocator_(allocator), ownAlloca… in GenericPointer()
649 …fault(ValueType& root, const ValueType& defaultValue, typename ValueType::AllocatorType& allocator… in GetWithDefault()
656 …tWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorType& allocator… in GetWithDefault()
664 …ype& root, const std::basic_string<Ch>& defaultValue, typename ValueType::AllocatorType& allocator… in GetWithDefault()
677 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault()
726 …ValueType& Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) co… in Set()
731 …lueType& Set(ValueType& root, const ValueType& value, typename ValueType::AllocatorType& allocator… in Set()
736 …ValueType& Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) con… in Set()
742 …(ValueType& root, const std::basic_string<Ch>& value, typename ValueType::AllocatorType& allocator… in Set()
753 Set(ValueType& root, T value, typename ValueType::AllocatorType& allocator) const { in Set()
808 …ValueType& Swap(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) c… in Swap()