Lines Matching refs:document
508 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, bool* alreadyExi…
509 return Create(document, document.GetAllocator(), alreadyExist);
683 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType&… in GetWithDefault() argument
684 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
689 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* defaul… in GetWithDefault() argument
690 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
696 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const std::basic… in GetWithDefault() argument
697 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
707 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T defaultValue) … in GetWithDefault() argument
708 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
759 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, ValueType& value… in Set() argument
760 return Create(document) = value; in Set()
765 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType&… in Set() argument
766 return Create(document).CopyFrom(value, document.GetAllocator()); in Set()
771 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* value)… in Set() argument
772 return Create(document) = ValueType(value, document.GetAllocator()).Move(); in Set()
778 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const std::basic… in Set() argument
779 return Create(document) = ValueType(value, document.GetAllocator()).Move(); in Set()
789 …cument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T value) const { in Set() argument
790 return Create(document) = value; in Set()
814 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, ValueType& value… in Swap() argument
815 return Create(document).Swap(value); in Swap()
1185 typename DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const GenericPointer… in CreateValueByPointer() argument
1186 return pointer.Create(document); in CreateValueByPointer()
1190 typename DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const CharType(&sour… in CreateValueByPointer() argument
1191 return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Create(document); in CreateValueByPointer()
1267 typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const Generi… in GetValueByPointerWithDefault() argument
1268 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1272 typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const Generi… in GetValueByPointerWithDefault() argument
1273 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1278 typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const Generi… in GetValueByPointerWithDefault() argument
1279 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1285 GetValueByPointerWithDefault(DocumentType& document, const GenericPointer<typename DocumentType::Va… in GetValueByPointerWithDefault() argument
1286 return pointer.GetWithDefault(document, defaultValue); in GetValueByPointerWithDefault()
1290 typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const CharTy… in GetValueByPointerWithDefault() argument
1291 …return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, de… in GetValueByPointerWithDefault()
1295 typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const CharTy… in GetValueByPointerWithDefault() argument
1296 …return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, de… in GetValueByPointerWithDefault()
1301 typename DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const CharTy… in GetValueByPointerWithDefault() argument
1302 …return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, de… in GetValueByPointerWithDefault()
1308 GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], T2 defaultValue) { in GetValueByPointerWithDefault() argument
1309 …return GenericPointer<typename DocumentType::ValueType>(source, N - 1).GetWithDefault(document, de… in GetValueByPointerWithDefault()
1373 typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const GenericPointer<ty… in SetValueByPointer() argument
1374 return pointer.Set(document, value); in SetValueByPointer()
1378 typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const GenericPointer<ty… in SetValueByPointer() argument
1379 return pointer.Set(document, value); in SetValueByPointer()
1383 typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const GenericPointer<ty… in SetValueByPointer() argument
1384 return pointer.Set(document, value); in SetValueByPointer()
1389 typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const GenericPointer<ty… in SetValueByPointer() argument
1390 return pointer.Set(document, value); in SetValueByPointer()
1396 SetValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& p… in SetValueByPointer() argument
1397 return pointer.Set(document, value); in SetValueByPointer()
1401 typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const CharType(&source)… in SetValueByPointer() argument
1402 return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Set(document, value); in SetValueByPointer()
1406 typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const CharType(&source)… in SetValueByPointer() argument
1407 return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Set(document, value); in SetValueByPointer()
1411 typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const CharType(&source)… in SetValueByPointer() argument
1412 return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Set(document, value); in SetValueByPointer()
1417 typename DocumentType::ValueType& SetValueByPointer(DocumentType& document, const CharType(&source)… in SetValueByPointer() argument
1418 return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Set(document, value); in SetValueByPointer()
1424 SetValueByPointer(DocumentType& document, const CharType(&source)[N], T2 value) { in SetValueByPointer() argument
1425 return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Set(document, value); in SetValueByPointer()
1441 typename DocumentType::ValueType& SwapValueByPointer(DocumentType& document, const GenericPointer<t… in SwapValueByPointer() argument
1442 return pointer.Swap(document, value); in SwapValueByPointer()
1446 typename DocumentType::ValueType& SwapValueByPointer(DocumentType& document, const CharType(&source… in SwapValueByPointer() argument
1447 return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Swap(document, value); in SwapValueByPointer()