/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/ |
compare_alloc.pass.cpp | 32 assert(m.get_allocator() == A(5)); 42 assert(m.get_allocator() == A());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/ |
copy_alloc.pass.cpp | 41 assert(m.get_allocator() == A(3)); 49 assert(mo.get_allocator() == A(7));
|
iter_iter_alloc.pass.cpp | 50 assert(m.get_allocator() == A(7)); 81 assert(m.get_allocator() == a);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/ |
init_alloc.pass.cpp | 32 assert(c.get_allocator() == A(14)); 44 assert(c.get_allocator() == A());
|
range_alloc.pass.cpp | 37 assert(c.get_allocator() == A(13)); 51 assert(c.get_allocator() == A());
|
size_value_alloc.pass.cpp | 33 assert(c.get_allocator() == A(12)); 47 assert(c.get_allocator() == A());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
initializer_list_alloc.pass.cpp | 25 assert(d.get_allocator() == test_allocator<int>(3)); 36 assert(d.get_allocator() == min_allocator<int>());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/ |
construct_size.pass.cpp | 30 assert(c.get_allocator() == a); 46 assert(c.get_allocator() == typename C::allocator_type());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
construct_size.pass.cpp | 29 assert(c.get_allocator() == a); 44 assert(c.get_allocator() == typename C::allocator_type());
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_slist.h | 184 allocator_type get_allocator() const function in class:_Slist_base 277 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:slist 330 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__x.get_allocator()) 557 _Self __tmp(__first, __last, this->get_allocator()); 594 _Self __tmp(__first, __last, this->get_allocator()); 700 if (this->get_allocator() == __x.get_allocator()) { 714 if (this->get_allocator() == __x.get_allocator()) { [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_slist.h | 184 allocator_type get_allocator() const function in class:_Slist_base 277 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:slist 330 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__x.get_allocator()) 557 _Self __tmp(__first, __last, this->get_allocator()); 594 _Self __tmp(__first, __last, this->get_allocator()); 700 if (this->get_allocator() == __x.get_allocator()) { 714 if (this->get_allocator() == __x.get_allocator()) { [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_slist.h | 184 allocator_type get_allocator() const function in class:_Slist_base 277 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:slist 330 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__x.get_allocator()) 557 _Self __tmp(__first, __last, this->get_allocator()); 594 _Self __tmp(__first, __last, this->get_allocator()); 700 if (this->get_allocator() == __x.get_allocator()) { 714 if (this->get_allocator() == __x.get_allocator()) { [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_slist.h | 184 allocator_type get_allocator() const function in class:_Slist_base 277 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:slist 330 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__x.get_allocator()) 557 _Self __tmp(__first, __last, this->get_allocator()); 594 _Self __tmp(__first, __last, this->get_allocator()); 700 if (this->get_allocator() == __x.get_allocator()) { 714 if (this->get_allocator() == __x.get_allocator()) { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_slist.h | 184 allocator_type get_allocator() const function in class:_Slist_base 277 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:slist 330 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__x.get_allocator()) 557 _Self __tmp(__first, __last, this->get_allocator()); 594 _Self __tmp(__first, __last, this->get_allocator()); 700 if (this->get_allocator() == __x.get_allocator()) { 714 if (this->get_allocator() == __x.get_allocator()) { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_slist.h | 184 allocator_type get_allocator() const function in class:_Slist_base 277 allocator_type get_allocator() const { return _Base::get_allocator(); } function in class:slist 330 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__x.get_allocator()) 557 _Self __tmp(__first, __last, this->get_allocator()); 594 _Self __tmp(__first, __last, this->get_allocator()); 700 if (this->get_allocator() == __x.get_allocator()) { 714 if (this->get_allocator() == __x.get_allocator()) { [all...] |
/external/libcxx/test/containers/associative/map/map.cons/ |
move_alloc.pass.cpp | 62 assert(m3.get_allocator() == A(7)); 101 assert(m3.get_allocator() == A(5)); 140 assert(m3.get_allocator() == A(5)); 180 assert(m3.get_allocator() == A());
|
move_assign.pass.cpp | 63 assert(m3.get_allocator() == A(7)); 103 assert(m3.get_allocator() == A(5)); 143 assert(m3.get_allocator() == A(7)); 184 assert(m3.get_allocator() == A());
|
/external/libcxx/test/containers/associative/multimap/multimap.cons/ |
move_alloc.pass.cpp | 62 assert(m3.get_allocator() == A(7)); 101 assert(m3.get_allocator() == A(5)); 140 assert(m3.get_allocator() == A(5)); 180 assert(m3.get_allocator() == A());
|
move_assign.pass.cpp | 63 assert(m3.get_allocator() == A(7)); 103 assert(m3.get_allocator() == A(5)); 143 assert(m3.get_allocator() == A(7)); 184 assert(m3.get_allocator() == A());
|
/external/libcxx/test/containers/associative/multiset/multiset.cons/ |
alloc.pass.cpp | 28 assert(m.get_allocator() == A(5));
|
copy.pass.cpp | 42 assert(m.get_allocator() == A(7)); 56 assert(mo.get_allocator() == A(7)); 89 assert(m.get_allocator() == A(-2)); 103 assert(mo.get_allocator() == A(7));
|
copy_assign.pass.cpp | 43 assert(m.get_allocator() == A(7)); 57 assert(mo.get_allocator() == A(2)); 110 assert(m.get_allocator() == A(2)); 124 assert(mo.get_allocator() == A(2));
|
move_assign.pass.cpp | 62 assert(m3.get_allocator() == A(7)); 101 assert(m3.get_allocator() == A(5)); 140 assert(m3.get_allocator() == A(7)); 181 assert(m3.get_allocator() == A());
|
/external/libcxx/test/containers/associative/multiset/multiset.special/ |
non_member_swap.pass.cpp | 139 assert(m1.get_allocator() == A(1)); 141 assert(m2.get_allocator() == A(2)); 173 assert(m1.get_allocator() == A(2)); 175 assert(m2.get_allocator() == A(1));
|
/external/libcxx/test/containers/associative/set/set.cons/ |
alloc.pass.cpp | 28 assert(m.get_allocator() == A(5));
|