Searched refs:CrtAllocator (Results 1 – 19 of 19) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | documenttest.cpp | 92 ParseTest<MemoryPoolAllocator<>, CrtAllocator>(); in TEST() 94 ParseTest<CrtAllocator, MemoryPoolAllocator<> >(); in TEST() 95 ParseTest<CrtAllocator, CrtAllocator>(); in TEST() 349 typedef ::testing::Types< CrtAllocator, MemoryPoolAllocator<> > MoveAllocatorTypes;
|
D | valuetest.cpp | 40 typedef GenericValue<UTF8<>, CrtAllocator> Value; in TEST() 76 typedef GenericValue<UTF8<>, CrtAllocator> Value; in TEST() 184 CrtAllocator crtAllocator; in TEST() 185 GenericValue<UTF8<>, CrtAllocator> y; in TEST() 186 GenericDocument<UTF8<>, CrtAllocator> z(&crtAllocator); in TEST() 264 TestCopyFrom<GenericValue<UTF8<>, CrtAllocator> >(); in TEST() 1016 GenericValue<UTF8<>, CrtAllocator> othername("A"); in TEST() 1202 GenericValue<UTF8<>, CrtAllocator> othername("A"); in TEST() 1284 TEST(Document, CrtAllocator) { in TEST() argument 1285 typedef GenericValue<UTF8<>, CrtAllocator> V; in TEST()
|
D | jsoncheckertest.cpp | 70 …GenericDocument<UTF8<>, CrtAllocator> document; // Use Crt allocator to check exception-safety (no… in TEST() 90 …GenericDocument<UTF8<>, CrtAllocator> document; // Use Crt allocator to check exception-safety (no… in TEST()
|
D | allocatorstest.cpp | 50 TEST(Allocator, CrtAllocator) { in TEST() argument 51 CrtAllocator a; in TEST()
|
D | namespacetest.cpp | 36 typedef GenericDocument<UTF8<>, CrtAllocator> DocumentType; in TEST()
|
D | readertest.cpp | 740 GenericReader<UTF8<>, UTF8<>, CrtAllocator> reader; \ in TEST()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | allocators.h | 62 class CrtAllocator { 101 template <typename BaseAllocator = CrtAllocator>
|
D | memorybuffer.h | 36 template <typename Allocator = CrtAllocator>
|
D | stringbuffer.h | 34 template <typename Encoding, typename Allocator = CrtAllocator>
|
D | prettywriter.h | 34 … SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>, typename StackAllocator = CrtAllocator>
|
D | writer.h | 53 … SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>, typename StackAllocator = CrtAllocator>
|
D | reader.h | 373 template <typename SourceEncoding, typename TargetEncoding, typename StackAllocator = CrtAllocator>
|
D | pointer.h | 70 template <typename ValueType, typename Allocator = CrtAllocator>
|
D | document.h | 1771 …ename Encoding, typename Allocator = MemoryPoolAllocator<>, typename StackAllocator = CrtAllocator>
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
D | utilityclass.dot | 54 Allocator -> { CrtAllocator; MemoryPoolAllocator }
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | dom.md | 65 Another allocator is `CrtAllocator`, of which CRT is short for C RunTime library. This allocator si… 260 …sed up, it will allocate a chunk of memory from the base allocator (by default the `CrtAllocator`).
|
D | internals.md | 159 Internally, it allocates chunks of memory from the base allocator (by default `CrtAllocator`) and s…
|
D | sax.md | 246 …me SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>, typename Allocator = CrtAllocator<> >
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
D | rapidjsontest.cpp | 168 GenericDocument<UTF8<>, CrtAllocator> doc; in TEST_F()
|