Searched refs:DocumentType (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | pointer.h | 1031 template <typename DocumentType> 1032 typename DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const GenericPointer… in CreateValueByPointer() 1036 template <typename DocumentType, typename CharType, size_t N> 1037 typename DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const CharType(&sour… in CreateValueByPointer() 1038 return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Create(document); in CreateValueByPointer() 1113 template <typename DocumentType> 1114 …DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const GenericPointer… in GetValueByPointerWithDefault() 1118 template <typename DocumentType> 1119 …DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const GenericPointer… in GetValueByPointerWithDefault() 1124 template <typename DocumentType> [all …]
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | documenttest.cpp | 26 template <typename DocumentType> 27 void ParseCheck(DocumentType& doc) { in ParseCheck() 28 typedef typename DocumentType::ValueType ValueType; in ParseCheck() 71 typedef GenericDocument<UTF8<>, Allocator, StackAllocator> DocumentType; in ParseTest() typedef 72 DocumentType doc; in ParseTest() 263 typedef GenericDocument<UTF8<>, MemoryPoolAllocator<>, MemoryPoolAllocator<> > DocumentType; in TEST() typedef 268 DocumentType doc(&valueAllocator, sizeof(parseBuffer) / 2, &parseAllocator); in TEST()
|
D | namespacetest.cpp | 36 typedef GenericDocument<UTF8<>, CrtAllocator> DocumentType; in TEST() typedef 37 DocumentType doc; in TEST()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | dom.md | 265 typedef GenericDocument<UTF8<>, MemoryPoolAllocator<>, MemoryPoolAllocator<>> DocumentType; 270 DocumentType d(&valueAllocator, sizeof(parseBuffer), &parseAllocator);
|