Lines Matching refs:GetWithDefault
649 …ValueType& GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::Allo… in GetWithDefault() function
656 …ValueType& GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorTy… in GetWithDefault() function
664 …ValueType& GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename Val… in GetWithDefault() function
677 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault() function
678 return GetWithDefault(root, ValueType(defaultValue).Move(), allocator); in GetWithDefault()
683 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() function
684 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
689 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() function
690 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
696 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() function
697 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
707 …GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in GetWithDefault() function
708 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
1220 return pointer.GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1225 return pointer.GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1231 return pointer.GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1238 return pointer.GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1243 … return GenericPointer<typename T::ValueType>(source, N - 1).GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1248 … return GenericPointer<typename T::ValueType>(source, N - 1).GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1254 … return GenericPointer<typename T::ValueType>(source, N - 1).GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1261 … return GenericPointer<typename T::ValueType>(source, N - 1).GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1268 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1273 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1279 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1286 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1291 …return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, de… in GetValueByPointerWithDefault()
1296 …return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, de… in GetValueByPointerWithDefault()
1302 …return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, de… in GetValueByPointerWithDefault()
1309 …return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, de… in GetValueByPointerWithDefault()