Searched defs:document (Results 1 – 3 of 3) sorted by relevance
| /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
| D | pointer.h | 538 …enericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const V… in GetWithDefault() 544 …enericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const C… in GetWithDefault() 551 …enericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const s… in GetWithDefault() 562 …enericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T defau… in GetWithDefault() 614 …enericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, ValueTy… in Set() 620 …enericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const V… in Set() 626 …enericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const C… in Set() 633 …enericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const s… in Set() 644 …enericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T value… in Set() 669 …enericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, ValueTy… in Swap() [all …]
|
| /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
| D | jsoncheckertest.cpp | 70 …GenericDocument<UTF8<>, CrtAllocator> document; // Use Crt allocator to check exception-safety (no… in TEST() local 90 …GenericDocument<UTF8<>, CrtAllocator> document; // Use Crt allocator to check exception-safety (no… in TEST() local
|
| /packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/ |
| D | tutorial.cpp | 18 Document document; // Default template parameter uses UTF8 and MemoryPoolAllocator. in main() local
|