Searched defs:get_allocator (Results 1 - 25 of 44) sorted by relevance

12

/external/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_alloc.pass.cpp31 test_allocator<int> get_allocator() {return c.get_allocator();} function in struct:test
37 assert(q.get_allocator() == test_allocator<int>(3));
H A Dctor_container_alloc.pass.cpp43 test_allocator<int> get_allocator() {return c.get_allocator();} function in struct:test
50 assert(q.get_allocator() == test_allocator<int>(4));
H A Dctor_queue_alloc.pass.cpp43 allocator_type get_allocator() {return this->c.get_allocator();} function in struct:test
50 assert(q2.get_allocator() == test_allocator<int>(5));
H A Dctor_rcontainer_alloc.pass.cpp47 allocator_type get_allocator() {return this->c.get_allocator();} function in struct:test
56 assert(q.get_allocator() == test_allocator<MoveOnly>(4));
H A Dctor_rqueue_alloc.pass.cpp47 allocator_type get_allocator() {return this->c.get_allocator();} function in struct:test
57 assert(q2.get_allocator() == test_allocator<MoveOnly>(5));
/external/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_alloc.pass.cpp31 test_allocator<int> get_allocator() {return c.get_allocator();} function in struct:test
37 assert(q.get_allocator() == test_allocator<int>(3));
H A Dctor_container_alloc.pass.cpp43 test_allocator<int> get_allocator() {return c.get_allocator();} function in struct:test
50 assert(q.get_allocator() == test_allocator<int>(4));
H A Dctor_copy_alloc.pass.cpp43 allocator_type get_allocator() {return this->c.get_allocator();} function in struct:test
50 assert(q2.get_allocator() == test_allocator<int>(5));
H A Dctor_rcontainer_alloc.pass.cpp47 allocator_type get_allocator() {return this->c.get_allocator();} function in struct:test
56 assert(q.get_allocator() == test_allocator<MoveOnly>(4));
H A Dctor_rqueue_alloc.pass.cpp47 allocator_type get_allocator() {return this->c.get_allocator();} function in struct:test
57 assert(q2.get_allocator() == test_allocator<MoveOnly>(5));
/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp38 test_allocator<int> get_allocator() {return c.get_allocator();} function in struct:test
46 assert(q.c.get_allocator() == test_allocator<int>(3));
H A Dctor_comp_alloc.pass.cpp38 test_allocator<int> get_allocator() {return c.get_allocator();} function in struct:test
46 assert(q.c.get_allocator() == test_allocator<int>(3));
H A Dctor_comp_cont_alloc.pass.cpp49 test_allocator<int> get_allocator() {return c.get_allocator();} function in struct:test
59 assert(q.c.get_allocator() == test_allocator<int>(3));
H A Dctor_comp_rcont_alloc.pass.cpp49 test_allocator<int> get_allocator() {return c.get_allocator();} function in struct:test
58 assert(q.c.get_allocator() == test_allocator<int>(3));
H A Dctor_copy_alloc.pass.cpp44 test_allocator<int> get_allocator() {return c.get_allocator();} function in struct:test
56 assert(q.c.get_allocator() == test_allocator<int>(6));
H A Dctor_move_alloc.pass.cpp50 test_allocator<int> get_allocator() {return c.get_allocator();} function in struct:test
65 assert(q.c.get_allocator() == test_allocator<MoveOnly>(6));
/external/stlport/stlport/stl/debug/
H A D_deque.h87 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:deque
H A D_list.h161 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:list
362 if (get_allocator() == __x.get_allocator())
377 if (get_allocator() == __x.get_allocator())
390 if (this->get_allocator() == __x.get_allocator())
405 if (this->get_allocator() == __x.get_allocator()) {
[all...]
H A D_tree.h153 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:_Rb_tree
H A D_vector.h144 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); } function in class:vector
/external/stlport/stlport/stl/
H A D_map.h161 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:map
347 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multimap
H A D_set.h149 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:set
320 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multiset
H A D_hash_map.h82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_map
273 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_multimap
H A D_hash_set.h76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_set
262 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_multiset
/external/stlport/stlport/stl/pointers/
H A D_vector.h76 allocator_type get_allocator() const function in class:vector
77 { return _STLP_CONVERT_ALLOCATOR(_M_impl.get_allocator(), value_type); }

Completed in 178 milliseconds

12