Home
last modified time | relevance | path

Searched defs:get_allocator (Results 1 – 19 of 19) sorted by relevance

/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
Dctor_alloc.pass.cpp31 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_container_alloc.pass.cpp44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_copy_alloc.pass.cpp43 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
Dctor_rcontainer_alloc.pass.cpp47 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
Dctor_rqueue_alloc.pass.cpp47 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
Dctor_alloc.pass.cpp31 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_container_alloc.pass.cpp44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_queue_alloc.pass.cpp43 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
Dctor_rcontainer_alloc.pass.cpp47 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
Dctor_rqueue_alloc.pass.cpp47 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
Dctor_comp_alloc.pass.cpp38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_alloc.pass.cpp38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_copy_alloc.pass.cpp44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_comp_rcont_alloc.pass.cpp50 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_comp_cont_alloc.pass.cpp50 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_move_alloc.pass.cpp50 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
/external/libcxx/test/support/
Duses_alloc_types.hpp160 const Alloc* get_allocator() const { return &allocator; } in get_allocator() function
178 Alloc const* get_allocator() const { in get_allocator() function
/external/fmtlib/fmt/
Dformat.h779 Allocator get_allocator() const { return *this; } in get_allocator() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc661 static AsanAllocator &get_allocator() { in get_allocator() function