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

  /external/fmtlib/test/
mock-allocator.h 34 class MockAllocator {
36 MockAllocator() {}
37 MockAllocator(const MockAllocator &) {}
util-test.cc 81 MockAllocator<int> &alloc, AllocatorRef< MockAllocator<int> > &ref) {
84 AllocatorRef< MockAllocator<int> >::value_type *ptr = &mem;
93 StrictMock< MockAllocator<int> > alloc;
94 typedef AllocatorRef< MockAllocator<int> > TestAllocatorRef;
328 typedef AllocatorRef< MockAllocator<int> > Allocator;
330 MockAllocator<int> alloc;
354 typedef AllocatorRef< MockAllocator<char> > TestAllocator;
357 StrictMock< MockAllocator<char> > alloc;
370 typedef AllocatorRef< MockAllocator<char> > TestAllocator
    [all...]
format-test.cc 246 typedef testing::StrictMock< MockAllocator<char> > MockAllocator;
247 typedef AllocatorRef<MockAllocator> TestAllocator;
248 MockAllocator alloc;
    [all...]

Completed in 137 milliseconds