Home
last modified time | relevance | path

Searched refs:CrtAllocator (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Ddocumenttest.cpp92 ParseTest<MemoryPoolAllocator<>, CrtAllocator>(); in TEST()
94 ParseTest<CrtAllocator, MemoryPoolAllocator<> >(); in TEST()
95 ParseTest<CrtAllocator, CrtAllocator>(); in TEST()
349 typedef ::testing::Types< CrtAllocator, MemoryPoolAllocator<> > MoveAllocatorTypes;
Dvaluetest.cpp40 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()
Djsoncheckertest.cpp70 …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()
Dallocatorstest.cpp50 TEST(Allocator, CrtAllocator) { in TEST() argument
51 CrtAllocator a; in TEST()
Dnamespacetest.cpp36 typedef GenericDocument<UTF8<>, CrtAllocator> DocumentType; in TEST()
Dreadertest.cpp740 GenericReader<UTF8<>, UTF8<>, CrtAllocator> reader; \ in TEST()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dallocators.h62 class CrtAllocator {
101 template <typename BaseAllocator = CrtAllocator>
Dmemorybuffer.h36 template <typename Allocator = CrtAllocator>
Dstringbuffer.h34 template <typename Encoding, typename Allocator = CrtAllocator>
Dprettywriter.h34 … SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>, typename StackAllocator = CrtAllocator>
Dwriter.h53 … SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>, typename StackAllocator = CrtAllocator>
Dreader.h373 template <typename SourceEncoding, typename TargetEncoding, typename StackAllocator = CrtAllocator>
Dpointer.h70 template <typename ValueType, typename Allocator = CrtAllocator>
Ddocument.h1771 …ename Encoding, typename Allocator = MemoryPoolAllocator<>, typename StackAllocator = CrtAllocator>
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
Dutilityclass.dot54 Allocator -> { CrtAllocator; MemoryPoolAllocator }
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Ddom.md65 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`).
Dinternals.md159 Internally, it allocates chunks of memory from the base allocator (by default `CrtAllocator`) and s…
Dsax.md246 …me SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>, typename Allocator = CrtAllocator<> >
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Drapidjsontest.cpp168 GenericDocument<UTF8<>, CrtAllocator> doc; in TEST_F()