Searched defs:TestAllocator (Results 1 - 2 of 2) sorted by relevance
/external/fmtlib/test/ |
H A D | format-test.cc | 247 typedef AllocatorRef<MockAllocator> TestAllocator; typedef 249 fmt::BasicMemoryWriter<char, TestAllocator> w((TestAllocator(&alloc)));
|
H A D | util-test.cc | 259 typedef AllocatorRef< std::allocator<char> > TestAllocator; typedef 262 MemoryBuffer<char, 5, TestAllocator> &buffer) { 264 MemoryBuffer<char, 5, TestAllocator> buffer2(std::move(buffer)); 276 MemoryBuffer<char, 5, TestAllocator> buffer((TestAllocator(&alloc))); 288 MemoryBuffer<char, 5, TestAllocator> buffer2(std::move(buffer)); 354 typedef AllocatorRef< MockAllocator<char> > TestAllocator; typedef 355 MemoryBuffer<char, 10, TestAllocator> buffer; 360 MemoryBuffer<char, 10, TestAllocator> buffer2((TestAllocator( 370 typedef AllocatorRef< MockAllocator<char> > TestAllocator; typedef [all...] |
Completed in 78 milliseconds