Searched defs:AllocatorRef (Results 1 – 3 of 3) sorted by relevance
53 AllocatorRef(const AllocatorRef &other) : alloc_(other.alloc_) {} in AllocatorRef() function68 AllocatorRef(AllocatorRef &&other) { in AllocatorRef() function
92 TEST(AllocatorTest, AllocatorRef) { in TEST() argument
517 IntrusiveRefCntPtr<GlobalCodeCompletionAllocator> AllocatorRef; variable