Home
last modified time | relevance | path

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

/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
Dctor_alloc.pass.cpp32 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_container_alloc.pass.cpp45 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.cpp48 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
Dctor_rqueue_alloc.pass.cpp48 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
Dctor_alloc.pass.cpp32 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_container_alloc.pass.cpp45 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.cpp48 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
Dctor_rqueue_alloc.pass.cpp48 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.cpp39 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
Dctor_alloc.pass.cpp39 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.cpp51 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
/external/libxcam/xcore/
Dimage_handler.h99 const SmartPtr<BufferPool> &get_allocator () const { in get_allocator() function
/external/libcxx/test/support/
Duses_alloc_types.hpp161 const Alloc* get_allocator() const { return &allocator; } in get_allocator() function
179 Alloc const* get_allocator() const { in get_allocator() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc661 static AsanAllocator &get_allocator() { in get_allocator() function
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc284 Allocator* OpKernelContext::get_allocator(AllocatorAttributes attr) { in get_allocator() function in tensorflow::OpKernelContext