Searched refs:AllocatorType (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | pointer.h | 387 …ValueType& Create(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExis… 443 …ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>… 504 …t(ValueType& root, const ValueType& defaultValue, typename ValueType::AllocatorType& allocator) co… in GetWithDefault() 511 …hDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorType& allocator) co… in GetWithDefault() 519 … root, const std::basic_string<Ch>& defaultValue, typename ValueType::AllocatorType& allocator) co… in GetWithDefault() 532 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault() 538 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() argument 544 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() argument 551 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() argument 562 …GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in GetWithDefault() argument [all …]
|
D | document.h | 399 …l<T, typename Void<typename T::EncodingType>::Type, typename Void<typename T::AllocatorType>::Type> 400 : IsBaseOf<GenericValue<typename T::EncodingType, typename T::AllocatorType>, T>::Type {}; 426 typedef Allocator AllocatorType; //!< Allocator type from template parameter. 1776 …typedef Allocator AllocatorType; //!< Allocator type from template paramete…
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | pointertest.cpp | 635 Document::AllocatorType& a = d.GetAllocator(); in TEST() 738 Document::AllocatorType& a = d.GetAllocator(); in TEST() 857 Document::AllocatorType& a = d.GetAllocator(); in TEST() 912 Document::AllocatorType& a = d.GetAllocator(); in TEST() 954 Document::AllocatorType& a = d.GetAllocator(); in TEST() 1007 Document::AllocatorType& a = d.GetAllocator(); in TEST() 1163 Document::AllocatorType& a = d.GetAllocator(); in TEST() 1220 Document::AllocatorType& a = d.GetAllocator(); in TEST() 1389 Document::AllocatorType& a = d.GetAllocator(); in TEST()
|
D | valuetest.cpp | 77 Value::AllocatorType allocator; in TEST() 160 Value::AllocatorType allocator; in TEST() 230 typename Value::AllocatorType a; in TestCopyFrom() 718 Value::AllocatorType allocator; in TEST() 911 Value::AllocatorType allocator; in TEST() 1192 Value::AllocatorType allocator; in TEST() 1273 rapidjson::Document::AllocatorType& allocator = doc.GetAllocator(); in TEST() 1287 V::AllocatorType allocator; in TEST()
|
D | documenttest.cpp | 198 Document::AllocatorType& a = d1.GetAllocator(); in TEST()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/ |
D | tutorial.cpp | 103 Document::AllocatorType& allocator = document.GetAllocator(); in main()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 337 Document::AllocatorType& allocator = document.GetAllocator(); 408 Document::AllocatorType& allocator = document.GetAllocator(); 477 Document::AllocatorType& a = d.GetAllocator();
|