Searched defs:allocator_ref (Results 1 – 3 of 3) sorted by relevance
54 allocator_ref(const allocator_ref& other) : alloc_(other.alloc_) {} in allocator_ref() function55 allocator_ref(allocator_ref&& other) { move(other); } in allocator_ref() function
233 TEST(util_test, allocator_ref) { in TEST() argument
73 void allocator_ref() in allocator_ref() function