HomeSort by relevance Sort by last modified time
    Searched full:allocatorref (Results 1 - 5 of 5) sorted by null

  /external/fmtlib/test/
mock-allocator.h 44 class AllocatorRef {
51 explicit AllocatorRef(Allocator *alloc = 0) : alloc_(alloc) {}
53 AllocatorRef(const AllocatorRef &other) : alloc_(other.alloc_) {}
55 AllocatorRef& operator=(const AllocatorRef &other) {
62 void move(AllocatorRef &other) {
68 AllocatorRef(AllocatorRef &&other) {
72 AllocatorRef& operator=(AllocatorRef &&other)
    [all...]
util-test.cc 81 MockAllocator<int> &alloc, AllocatorRef< MockAllocator<int> > &ref) {
84 AllocatorRef< MockAllocator<int> >::value_type *ptr = &mem;
92 TEST(AllocatorTest, AllocatorRef) {
94 typedef AllocatorRef< MockAllocator<int> > TestAllocatorRef;
96 // Check if AllocatorRef forwards to the underlying allocator.
259 typedef AllocatorRef< std::allocator<char> > TestAllocator;
328 typedef AllocatorRef< MockAllocator<int> > Allocator;
354 typedef AllocatorRef< MockAllocator<char> > TestAllocator;
370 typedef AllocatorRef< MockAllocator<char> > TestAllocator;
format-test.cc 247 typedef AllocatorRef<MockAllocator> TestAllocator;
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 517 IntrusiveRefCntPtr<GlobalCodeCompletionAllocator> AllocatorRef;
522 : AllocatorRef(std::move(Allocator)) {}
525 return AllocatorRef;
528 assert(AllocatorRef);
529 return *AllocatorRef;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 322 CachedParentName = AllocatorRef->CopyString(OS.str());

Completed in 992 milliseconds