HomeSort by relevance Sort by last modified time
    Searched refs:CrtAllocator (Results 1 - 15 of 15) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
jsoncheckertest.cpp 70 GenericDocument<UTF8<>, CrtAllocator> document; // Use Crt allocator to check exception-safety (no memory leak)
90 GenericDocument<UTF8<>, CrtAllocator> document; // Use Crt allocator to check exception-safety (no memory leak)
allocatorstest.cpp 50 TEST(Allocator, CrtAllocator) {
51 CrtAllocator a;
namespacetest.cpp 36 typedef GenericDocument<UTF8<>, CrtAllocator> DocumentType;
documenttest.cpp 92 ParseTest<MemoryPoolAllocator<>, CrtAllocator>();
94 ParseTest<CrtAllocator, MemoryPoolAllocator<> >();
95 ParseTest<CrtAllocator, CrtAllocator>();
349 typedef ::testing::Types< CrtAllocator, MemoryPoolAllocator<> > MoveAllocatorTypes;
valuetest.cpp 40 typedef GenericValue<UTF8<>, CrtAllocator> Value;
76 typedef GenericValue<UTF8<>, CrtAllocator> Value;
184 CrtAllocator crtAllocator;
185 GenericValue<UTF8<>, CrtAllocator> y;
186 GenericDocument<UTF8<>, CrtAllocator> z(&crtAllocator);
187 y.CopyFrom(x, crtAllocator);
200 y.AddMember("t", false, crtAllocator);
264 TestCopyFrom<GenericValue<UTF8<>, CrtAllocator> >();
    [all...]
readertest.cpp     [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 36 template <typename Allocator = CrtAllocator>
stringbuffer.h 34 template <typename Encoding, typename Allocator = CrtAllocator>
allocators.h 56 // CrtAllocator
62 class CrtAllocator {
90 The memory chunks are allocated by BaseAllocator, which is CrtAllocator by default.
98 \tparam BaseAllocator the allocator type for allocating memory chunks. Default is CrtAllocator.
101 template <typename BaseAllocator = CrtAllocator>
prettywriter.h 34 template<typename OutputStream, typename SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>, typename StackAllocator = CrtAllocator>
writer.h 53 template<typename OutputStream, typename SourceEncoding = UTF8<>, typename TargetEncoding = UTF8<>, typename StackAllocator = CrtAllocator>
reader.h 373 template <typename SourceEncoding, typename TargetEncoding, typename StackAllocator = CrtAllocator>
    [all...]
document.h     [all...]
pointer.h 70 template <typename ValueType, typename Allocator = CrtAllocator>
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
rapidjsontest.cpp 168 GenericDocument<UTF8<>, CrtAllocator> doc;

Completed in 152 milliseconds