Home
last modified time | relevance | path

Searched defs:AllocatorRef (Results 1 – 3 of 3) sorted by relevance

/external/fmtlib/test/
Dmock-allocator.h53 AllocatorRef(const AllocatorRef &other) : alloc_(other.alloc_) {} in AllocatorRef() function
68 AllocatorRef(AllocatorRef &&other) { in AllocatorRef() function
Dutil-test.cc92 TEST(AllocatorTest, AllocatorRef) { in TEST() argument
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h517 IntrusiveRefCntPtr<GlobalCodeCompletionAllocator> AllocatorRef; variable