Lines Matching defs:root
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()
726 …ValueType& Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) co… in Set()
731 …ValueType& Set(ValueType& root, const ValueType& value, typename ValueType::AllocatorType& allocat… in Set()
736 …ValueType& Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) con… in Set()
742 …ValueType& Set(ValueType& root, const std::basic_string<Ch>& value, typename ValueType::AllocatorT… 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()
827 bool Erase(ValueType& root) const { in Erase()
1173 typename T::ValueType& CreateValueByPointer(T& root, const GenericPointer<typename T::ValueType>& p… in CreateValueByPointer()
1178 typename T::ValueType& CreateValueByPointer(T& root, const CharType(&source)[N], typename T::Alloca… in CreateValueByPointer()
1219 typename T::ValueType& GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::Value… in GetValueByPointerWithDefault()
1224 typename T::ValueType& GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::Value… in GetValueByPointerWithDefault()
1230 typename T::ValueType& GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::Value… in GetValueByPointerWithDefault()
1237 GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 defa… in GetValueByPointerWithDefault()
1242 typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const type… in GetValueByPointerWithDefault()
1247 typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const type… in GetValueByPointerWithDefault()
1253 typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const std:… in GetValueByPointerWithDefault()
1260 GetValueByPointerWithDefault(T& root, const CharType(&source)[N], T2 defaultValue, typename T::Allo… in GetValueByPointerWithDefault()
1315 typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in SetValueByPointer()
1320 typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in SetValueByPointer()
1325 typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in SetValueByPointer()
1331 typename T::ValueType& SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in SetValueByPointer()
1338 SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 value, typename… in SetValueByPointer()
1343 typename T::ValueType& SetValueByPointer(T& root, const CharType(&source)[N], typename T::ValueType… in SetValueByPointer()
1348 typename T::ValueType& SetValueByPointer(T& root, const CharType(&source)[N], const typename T::Val… in SetValueByPointer()
1353 typename T::ValueType& SetValueByPointer(T& root, const CharType(&source)[N], const typename T::Ch*… in SetValueByPointer()
1359 typename T::ValueType& SetValueByPointer(T& root, const CharType(&source)[N], const std::basic_stri… in SetValueByPointer()
1366 SetValueByPointer(T& root, const CharType(&source)[N], T2 value, typename T::AllocatorType& a) { in SetValueByPointer()
1431 typename T::ValueType& SwapValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poi… in SwapValueByPointer()
1436 typename T::ValueType& SwapValueByPointer(T& root, const CharType(&source)[N], typename T::ValueTyp… in SwapValueByPointer()
1453 bool EraseValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer) { in EraseValueByPointer()
1458 bool EraseValueByPointer(T& root, const CharType(&source)[N]) { in EraseValueByPointer()