Home
last modified time | relevance | path

Searched refs:MockAllocator (Results 1 – 3 of 3) sorted by relevance

/external/fmtlib/test/
Dmock-allocator.h34 class MockAllocator {
36 MockAllocator() {} in MockAllocator() function
37 MockAllocator(const MockAllocator &) {} in MockAllocator() function
Dutil-test.cc81 MockAllocator<int> &alloc, AllocatorRef< MockAllocator<int> > &ref) { in CheckForwarding()
84 AllocatorRef< MockAllocator<int> >::value_type *ptr = &mem; in CheckForwarding()
93 StrictMock< MockAllocator<int> > alloc; in TEST()
94 typedef AllocatorRef< MockAllocator<int> > TestAllocatorRef; in TEST()
328 typedef AllocatorRef< MockAllocator<int> > Allocator; in TEST()
330 MockAllocator<int> alloc; in TEST()
354 typedef AllocatorRef< MockAllocator<char> > TestAllocator; in TEST()
357 StrictMock< MockAllocator<char> > alloc; in TEST()
370 typedef AllocatorRef< MockAllocator<char> > TestAllocator; in TEST()
371 StrictMock< MockAllocator<char> > alloc; in TEST()
Dformat-test.cc246 typedef testing::StrictMock< MockAllocator<char> > MockAllocator; in TEST() typedef
247 typedef AllocatorRef<MockAllocator> TestAllocator; in TEST()
248 MockAllocator alloc; in TEST()