Lines Matching refs:pointer

1173 …eateValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::Allo…  in CreateValueByPointer()  argument
1174 return pointer.Create(root, a); in CreateValueByPointer()
1185 …yPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer) { in CreateValueByPointer() argument
1186 return pointer.Create(document); in CreateValueByPointer()
1197 … GetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, size_t* unresolv…
1198 return pointer.Get(root, unresolvedTokenIndex);
1202 …lueByPointer(const T& root, const GenericPointer<typename T::ValueType>& pointer, size_t* unresolv…
1203 return pointer.Get(root, unresolvedTokenIndex);
1219 …PointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T… in GetValueByPointerWithDefault() argument
1220 return pointer.GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1224 …PointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T… in GetValueByPointerWithDefault() argument
1225 return pointer.GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1230 …PointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, const std::basic… in GetValueByPointerWithDefault() argument
1231 return pointer.GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1237 GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 defa… in GetValueByPointerWithDefault() argument
1238 return pointer.GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
1267 …tType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const typename D… in GetValueByPointerWithDefault() argument
1268 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1272 …tType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const typename D… in GetValueByPointerWithDefault() argument
1273 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1278 …tType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const std::basic… in GetValueByPointerWithDefault() argument
1279 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1285 …tType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, T2 defaultValue)… in GetValueByPointerWithDefault() argument
1286 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1315 … SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::Valu… in SetValueByPointer() argument
1316 return pointer.Set(root, value, a); in SetValueByPointer()
1320 … SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T… in SetValueByPointer() argument
1321 return pointer.Set(root, value, a); in SetValueByPointer()
1325 … SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T… in SetValueByPointer() argument
1326 return pointer.Set(root, value, a); in SetValueByPointer()
1331 … SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, const std::basic… in SetValueByPointer() argument
1332 return pointer.Set(root, value, a); in SetValueByPointer()
1338 SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 value, typename… in SetValueByPointer() argument
1339 return pointer.Set(root, value, a); in SetValueByPointer()
1373 …tType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, typename Documen… in SetValueByPointer() argument
1374 return pointer.Set(document, value); in SetValueByPointer()
1378 …tType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const typename D… in SetValueByPointer() argument
1379 return pointer.Set(document, value); in SetValueByPointer()
1383 …tType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const typename D… in SetValueByPointer() argument
1384 return pointer.Set(document, value); in SetValueByPointer()
1389 …tType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, const std::basic… in SetValueByPointer() argument
1390 return pointer.Set(document, value); in SetValueByPointer()
1396 …ocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, T2 value) { in SetValueByPointer() argument
1397 return pointer.Set(document, value); in SetValueByPointer()
1431 …SwapValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::Valu… in SwapValueByPointer() argument
1432 return pointer.Swap(root, value, a); in SwapValueByPointer()
1441 …tType& document, const GenericPointer<typename DocumentType::ValueType>& pointer, typename Documen… in SwapValueByPointer() argument
1442 return pointer.Swap(document, value); in SwapValueByPointer()
1453 bool EraseValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer) { in EraseValueByPointer() argument
1454 return pointer.Erase(root); in EraseValueByPointer()