Lines Matching defs:a
222 friend inline void swap(GenericPointer& a, GenericPointer& b) RAPIDJSON_NOEXCEPT { a.Swap(b); } in swap()
1173 …nter(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::AllocatorType& a) { in CreateValueByPointer()
1178 …alueType& CreateValueByPointer(T& root, const CharType(&source)[N], typename T::AllocatorType& a) { in CreateValueByPointer()
1219 … T::ValueType>& pointer, const typename T::ValueType& defaultValue, typename T::AllocatorType& a) { in GetValueByPointerWithDefault()
1224 …ypename T::ValueType>& pointer, const typename T::Ch* defaultValue, typename T::AllocatorType& a) { in GetValueByPointerWithDefault()
1230 …e>& pointer, const std::basic_string<typename T::Ch>& defaultValue, typename T::AllocatorType& a) { in GetValueByPointerWithDefault()
1237 …st GenericPointer<typename T::ValueType>& pointer, T2 defaultValue, typename T::AllocatorType& a) { in GetValueByPointerWithDefault()
1242 …st CharType(&source)[N], const typename T::ValueType& defaultValue, typename T::AllocatorType& a) { in GetValueByPointerWithDefault()
1247 …ot, const CharType(&source)[N], const typename T::Ch* defaultValue, typename T::AllocatorType& a) { in GetValueByPointerWithDefault()
1253 …&source)[N], const std::basic_string<typename T::Ch>& defaultValue, typename T::AllocatorType& a) { in GetValueByPointerWithDefault()
1260 …erWithDefault(T& root, const CharType(&source)[N], T2 defaultValue, typename T::AllocatorType& a) { in GetValueByPointerWithDefault()
1315 …nter<typename T::ValueType>& pointer, typename T::ValueType& value, typename T::AllocatorType& a) { in SetValueByPointer()
1320 …ypename T::ValueType>& pointer, const typename T::ValueType& value, typename T::AllocatorType& a) { in SetValueByPointer()
1325 …inter<typename T::ValueType>& pointer, const typename T::Ch* value, typename T::AllocatorType& a) { in SetValueByPointer()
1331 …alueType>& pointer, const std::basic_string<typename T::Ch>& value, typename T::AllocatorType& a) { in SetValueByPointer()
1338 …ot, const GenericPointer<typename T::ValueType>& pointer, T2 value, typename T::AllocatorType& a) { in SetValueByPointer()
1343 …(T& root, const CharType(&source)[N], typename T::ValueType& value, typename T::AllocatorType& a) { in SetValueByPointer()
1348 …ot, const CharType(&source)[N], const typename T::ValueType& value, typename T::AllocatorType& a) { in SetValueByPointer()
1353 …r(T& root, const CharType(&source)[N], const typename T::Ch* value, typename T::AllocatorType& a) { in SetValueByPointer()
1359 …arType(&source)[N], const std::basic_string<typename T::Ch>& value, typename T::AllocatorType& a) { in SetValueByPointer()
1366 SetValueByPointer(T& root, const CharType(&source)[N], T2 value, typename T::AllocatorType& a) { in SetValueByPointer()
1431 …nter<typename T::ValueType>& pointer, typename T::ValueType& value, typename T::AllocatorType& a) { in SwapValueByPointer()
1436 …(T& root, const CharType(&source)[N], typename T::ValueType& value, typename T::AllocatorType& a) { in SwapValueByPointer()