HomeSort by relevance Sort by last modified time
    Searched full:get_allocator (Results 201 - 225 of 988) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
move.pass.cpp 57 assert(c.get_allocator() ==
98 assert(c.get_allocator() ==
135 assert(c.get_allocator() ==
176 assert(c.get_allocator() ==
move_alloc.pass.cpp 63 assert(c.get_allocator() == A(12));
104 assert(c.get_allocator() == A(10));
146 assert(c.get_allocator() == A());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
move.pass.cpp 56 assert(c.get_allocator() == test_allocator<int>(10));
96 assert(c.get_allocator() == test_allocator<int>(10));
132 assert(c.get_allocator() == min_allocator<int>());
172 assert(c.get_allocator() == min_allocator<int>());
move_alloc.pass.cpp 70 assert(c.get_allocator() == A(12));
111 assert(c.get_allocator() == A(10));
161 assert(c.get_allocator() == A());
202 assert(c.get_allocator() == A());
assign_copy.pass.cpp 75 assert(c.get_allocator() == A(4));
128 assert(c.get_allocator() == A(10));
182 assert(c.get_allocator() == A());
copy.pass.cpp 68 assert(c.get_allocator() == test_allocator<int>(10));
115 assert(c.get_allocator() == other_allocator<int>(-2));
163 assert(c.get_allocator() == min_allocator<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
assign_move.pass.cpp 68 assert(c.get_allocator() == A(4));
113 assert(c.get_allocator() == A(10));
158 assert(c.get_allocator() == A(10));
204 assert(c.get_allocator() == A());
move.pass.cpp 56 assert(c.get_allocator() == test_allocator<int>(10));
96 assert(c.get_allocator() == test_allocator<int>(10));
132 assert(c.get_allocator() == min_allocator<int>());
172 assert(c.get_allocator() == min_allocator<int>());
assign_copy.pass.cpp 67 assert(c.get_allocator() == A(4));
112 assert(c.get_allocator() == A(10));
158 assert(c.get_allocator() == A());
copy.pass.cpp 60 assert(c.get_allocator() == test_allocator<int>(10));
99 assert(c.get_allocator() == other_allocator<int>(-2));
139 assert(c.get_allocator() == min_allocator<int>());
move_alloc.pass.cpp 62 assert(c.get_allocator() == A(12));
103 assert(c.get_allocator() == A(10));
145 assert(c.get_allocator() == A());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.const/
allocator.pass.cpp 28 assert(m.get_allocator() == a);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
copy_alloc.pass.cpp 28 assert(s2.get_allocator() == a);
substr.pass.cpp 38 assert(s2.get_allocator() == A());
61 assert(s2.get_allocator() == A());
84 assert(s2.get_allocator() == a);
  /ndk/tests/device/test-gnustl-full/unit/
deque_test.cpp 220 CPPUNIT_ASSERT( dint1.get_allocator().swaped() );
221 CPPUNIT_ASSERT( dint2.get_allocator().swaped() );
225 CPPUNIT_ASSERT( dint1.get_allocator() == stack2 );
226 CPPUNIT_ASSERT( dint2.get_allocator() == stack1 );
  /ndk/tests/device/test-stlport/unit/
deque_test.cpp 220 CPPUNIT_ASSERT( dint1.get_allocator().swaped() );
221 CPPUNIT_ASSERT( dint2.get_allocator().swaped() );
225 CPPUNIT_ASSERT( dint1.get_allocator() == stack2 );
226 CPPUNIT_ASSERT( dint2.get_allocator() == stack1 );
  /external/stlport/stlport/stl/
_list.h 185 allocator_type get_allocator() const function in class:_List_base
355 list(const _Self& __x) : _STLP_PRIV _List_base<_Tp, _Alloc>(__x.get_allocator())
486 _Self __tmp(__first, __last, this->get_allocator());
487 _STLP_ASSERT(__tmp.get_allocator() == this->get_allocator())
493 _Self __tmp(__first, __last, this->get_allocator());
601 if (this->get_allocator() == __x.get_allocator()) {
614 if (this->get_allocator() == __x.get_allocator()) {
    [all...]
_slist.c 152 if (__that.get_allocator() == __x.get_allocator()) {
188 slist<_Tp, _Alloc> __carry(__that.get_allocator());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.h 185 allocator_type get_allocator() const function in class:_List_base
355 list(const _Self& __x) : _STLP_PRIV _List_base<_Tp, _Alloc>(__x.get_allocator())
486 _Self __tmp(__first, __last, this->get_allocator());
487 _STLP_ASSERT(__tmp.get_allocator() == this->get_allocator())
493 _Self __tmp(__first, __last, this->get_allocator());
601 if (this->get_allocator() == __x.get_allocator()) {
614 if (this->get_allocator() == __x.get_allocator()) {
    [all...]
_slist.c 152 if (__that.get_allocator() == __x.get_allocator()) {
188 slist<_Tp, _Alloc> __carry(__that.get_allocator());
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_list.h 185 allocator_type get_allocator() const function in class:_List_base
355 list(const _Self& __x) : _STLP_PRIV _List_base<_Tp, _Alloc>(__x.get_allocator())
486 _Self __tmp(__first, __last, this->get_allocator());
487 _STLP_ASSERT(__tmp.get_allocator() == this->get_allocator())
493 _Self __tmp(__first, __last, this->get_allocator());
601 if (this->get_allocator() == __x.get_allocator()) {
614 if (this->get_allocator() == __x.get_allocator()) {
    [all...]
_slist.c 152 if (__that.get_allocator() == __x.get_allocator()) {
188 slist<_Tp, _Alloc> __carry(__that.get_allocator());
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_list.h 185 allocator_type get_allocator() const function in class:_List_base
355 list(const _Self& __x) : _STLP_PRIV _List_base<_Tp, _Alloc>(__x.get_allocator())
486 _Self __tmp(__first, __last, this->get_allocator());
487 _STLP_ASSERT(__tmp.get_allocator() == this->get_allocator())
493 _Self __tmp(__first, __last, this->get_allocator());
601 if (this->get_allocator() == __x.get_allocator()) {
614 if (this->get_allocator() == __x.get_allocator()) {
    [all...]
_slist.c 152 if (__that.get_allocator() == __x.get_allocator()) {
188 slist<_Tp, _Alloc> __carry(__that.get_allocator());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_list.h 185 allocator_type get_allocator() const function in class:_List_base
355 list(const _Self& __x) : _STLP_PRIV _List_base<_Tp, _Alloc>(__x.get_allocator())
486 _Self __tmp(__first, __last, this->get_allocator());
487 _STLP_ASSERT(__tmp.get_allocator() == this->get_allocator())
493 _Self __tmp(__first, __last, this->get_allocator());
601 if (this->get_allocator() == __x.get_allocator()) {
614 if (this->get_allocator() == __x.get_allocator()) {
    [all...]

Completed in 971 milliseconds

1 2 3 4 5 6 7 891011>>