Lines Matching defs:defaultValue
649 …ValueType& GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::Allo… in GetWithDefault()
656 …ValueType& GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorTy… in GetWithDefault()
664 …ValueType& GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename Val… in GetWithDefault()
677 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault()
683 …typename ValueType::AllocatorType, stackAllocator>& document, const ValueType& defaultValue) const… in GetWithDefault()
689 …Type, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* defaultValue) const { in GetWithDefault()
696 …me ValueType::AllocatorType, stackAllocator>& document, const std::basic_string<Ch>& defaultValue)… in GetWithDefault()
707 …EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T defaultValue) const { in GetWithDefault()
1219 …, const GenericPointer<typename T::ValueType>& pointer, const typename T::ValueType& defaultValue,… in GetValueByPointerWithDefault()
1224 …oot, const GenericPointer<typename T::ValueType>& pointer, const typename T::Ch* defaultValue, typ… in GetValueByPointerWithDefault()
1230 …t GenericPointer<typename T::ValueType>& pointer, const std::basic_string<typename T::Ch>& default… in GetValueByPointerWithDefault()
1237 …fault(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 defaultValue, typename T::… in GetValueByPointerWithDefault()
1242 …PointerWithDefault(T& root, const CharType(&source)[N], const typename T::ValueType& defaultValue,… in GetValueByPointerWithDefault()
1247 …eByPointerWithDefault(T& root, const CharType(&source)[N], const typename T::Ch* defaultValue, typ… in GetValueByPointerWithDefault()
1253 …rWithDefault(T& root, const CharType(&source)[N], const std::basic_string<typename T::Ch>& default… in GetValueByPointerWithDefault()
1260 GetValueByPointerWithDefault(T& root, const CharType(&source)[N], T2 defaultValue, typename T::Allo… in GetValueByPointerWithDefault()
1267 …inter<typename DocumentType::ValueType>& pointer, const typename DocumentType::ValueType& defaultV… in GetValueByPointerWithDefault()
1272 …icPointer<typename DocumentType::ValueType>& pointer, const typename DocumentType::Ch* defaultValu… in GetValueByPointerWithDefault()
1278 …typename DocumentType::ValueType>& pointer, const std::basic_string<typename DocumentType::Ch>& de… in GetValueByPointerWithDefault()
1285 …Type& document, const GenericPointer<typename DocumentType::ValueType>& pointer, T2 defaultValue) { in GetValueByPointerWithDefault()
1290 …cumentType& document, const CharType(&source)[N], const typename DocumentType::ValueType& defaultV… in GetValueByPointerWithDefault()
1295 …t(DocumentType& document, const CharType(&source)[N], const typename DocumentType::Ch* defaultValu… in GetValueByPointerWithDefault()
1301 …Type& document, const CharType(&source)[N], const std::basic_string<typename DocumentType::Ch>& de… in GetValueByPointerWithDefault()
1308 GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], T2 defaultValue) { in GetValueByPointerWithDefault()