Searched refs:MockAllocator (Results 1 – 3 of 3) sorted by relevance
34 class MockAllocator {36 MockAllocator() {} in MockAllocator() function37 MockAllocator(const MockAllocator &) {} in MockAllocator() function
81 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()
246 typedef testing::StrictMock< MockAllocator<char> > MockAllocator; in TEST() typedef247 typedef AllocatorRef<MockAllocator> TestAllocator; in TEST()248 MockAllocator alloc; in TEST()