Home
last modified time | relevance | path

Searched defs:allocator_ref (Results 1 – 2 of 2) sorted by relevance

/external/fmtlib/test/
Dmock-allocator.h37 allocator_ref(const allocator_ref& other) : alloc_(other.alloc_) {} in allocator_ref() function
38 allocator_ref(allocator_ref&& other) { move(other); } in allocator_ref() function
Dformat-test.cc208 TEST(AllocatorTest, allocator_ref) { in TEST() argument