/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/ |
non_member_swap.pass.cpp | 143 assert(m1.get_allocator() == A(1)); 145 assert(m2.get_allocator() == A(2)); 177 assert(m1.get_allocator() == A(2)); 179 assert(m2.get_allocator() == A(1)); 300 assert(m1.get_allocator() == A()); 302 assert(m2.get_allocator() == A());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/ |
non_member_swap.pass.cpp | 143 assert(m1.get_allocator() == A(1)); 145 assert(m2.get_allocator() == A(2)); 177 assert(m1.get_allocator() == A(2)); 179 assert(m2.get_allocator() == A(1)); 299 assert(m1.get_allocator() == A()); 301 assert(m2.get_allocator() == A());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/ |
swap.pass.cpp | 72 assert(c1.get_allocator() == A(1)); 74 assert(c2.get_allocator() == A(2)); 85 assert(c1.get_allocator() == A(2)); 87 assert(c2.get_allocator() == A(1)); 140 assert(c1.get_allocator() == A()); 142 assert(c2.get_allocator() == A());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/ |
swap.pass.cpp | 72 assert(c1.get_allocator() == A(1)); 74 assert(c2.get_allocator() == A(2)); 85 assert(c1.get_allocator() == A(2)); 87 assert(c2.get_allocator() == A(1)); 140 assert(c1.get_allocator() == A()); 142 assert(c2.get_allocator() == A());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
swap_member.pass.cpp | 45 assert(c1.get_allocator() == Alloc(1)); 54 assert(c2.get_allocator() == Alloc(2)); 93 assert(c1.get_allocator() == Alloc(1)); 102 assert(c2.get_allocator() == Alloc(2)); 131 assert(c1.get_allocator() == Alloc(1)); 146 assert(c2.get_allocator() == Alloc(2)); 194 assert(c1.get_allocator() == Alloc(1)); 209 assert(c2.get_allocator() == Alloc(2)); 230 assert(c1.get_allocator() == Alloc(2)); 239 assert(c2.get_allocator() == Alloc(1)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/ |
swap_non_member.pass.cpp | 44 assert(c1.get_allocator() == Alloc(1)); 53 assert(c2.get_allocator() == Alloc(2)); 92 assert(c1.get_allocator() == Alloc(1)); 101 assert(c2.get_allocator() == Alloc(2)); 130 assert(c1.get_allocator() == Alloc(1)); 145 assert(c2.get_allocator() == Alloc(2)); 193 assert(c1.get_allocator() == Alloc(1)); 208 assert(c2.get_allocator() == Alloc(2)); 229 assert(c1.get_allocator() == Alloc(2)); 238 assert(c2.get_allocator() == Alloc(1)) [all...] |
/external/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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/ |
compare_alloc.pass.cpp | 32 assert(m.get_allocator() == A(5)); 42 assert(m.get_allocator() == A());
|
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());
|
/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));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/ |
initializer_list_alloc.pass.cpp | 25 assert(d.get_allocator() == test_allocator<int>(3)); 35 assert(d.get_allocator() == min_allocator<int>());
|
/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_default.pass.cpp | 29 assert(c.get_allocator() == typename C::allocator_type()); 39 assert(c.get_allocator() == a);
|
initializer_list_alloc.pass.cpp | 25 assert(d.get_allocator() == test_allocator<int>(3)); 35 assert(d.get_allocator() == min_allocator<int>());
|
/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...] |