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

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/
swap_non_member.pass.cpp 43 assert(c1.get_allocator() == Alloc(1));
52 assert(c2.get_allocator() == Alloc(2));
91 assert(c1.get_allocator() == Alloc(1));
100 assert(c2.get_allocator() == Alloc(2));
129 assert(c1.get_allocator() == Alloc(1));
142 assert(c2.get_allocator() == Alloc(2));
190 assert(c1.get_allocator() == Alloc(1));
203 assert(c2.get_allocator() == Alloc(2));
224 assert(c1.get_allocator() == Alloc(2));
233 assert(c2.get_allocator() == Alloc(1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
swap_member.pass.cpp 43 assert(c1.get_allocator() == Alloc(1));
52 assert(c2.get_allocator() == Alloc(2));
91 assert(c1.get_allocator() == Alloc(1));
100 assert(c2.get_allocator() == Alloc(2));
129 assert(c1.get_allocator() == Alloc(1));
142 assert(c2.get_allocator() == Alloc(2));
190 assert(c1.get_allocator() == Alloc(1));
203 assert(c2.get_allocator() == Alloc(2));
224 assert(c1.get_allocator() == Alloc(2));
233 assert(c2.get_allocator() == Alloc(1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.swap/
swap_non_member.pass.cpp 43 assert(c1.get_allocator() == Alloc(1));
52 assert(c2.get_allocator() == Alloc(2));
91 assert(c1.get_allocator() == Alloc(1));
100 assert(c2.get_allocator() == Alloc(2));
129 assert(c1.get_allocator() == Alloc(1));
142 assert(c2.get_allocator() == Alloc(2));
190 assert(c1.get_allocator() == Alloc(1));
203 assert(c2.get_allocator() == Alloc(2));
224 assert(c1.get_allocator() == Alloc(2));
233 assert(c2.get_allocator() == Alloc(1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
assign_move.pass.cpp 39 assert(c1.get_allocator() == A(10));
56 assert(c1.get_allocator() == A(11));
73 assert(c1.get_allocator() == A(10));
90 assert(c1.get_allocator() == A(11));
108 assert(c1.get_allocator() == A(10));
125 assert(c1.get_allocator() == A(10));
142 assert(c1.get_allocator() == A(10));
159 assert(c1.get_allocator() == A(10));
177 assert(c1.get_allocator() == A());
194 assert(c1.get_allocator() == A())
    [all...]
copy.pass.cpp 35 assert(c.get_allocator() == A(10));
50 assert(c.get_allocator() == A(-2));
66 assert(c.get_allocator() == A());
copy_alloc.pass.cpp 35 assert(c.get_allocator() == A(9));
49 assert(c.get_allocator() == A(9));
64 assert(c.get_allocator() == A());
move.pass.cpp 38 assert(c.get_allocator() == A(10));
53 assert(c.get_allocator() == A(10));
69 assert(c.get_allocator() == A());
move_alloc.pass.cpp 38 assert(c.get_allocator() == A(10));
53 assert(c.get_allocator() == A(9));
69 assert(c.get_allocator() == A());
  /external/stlport/stlport/stl/debug/
_list.h 161 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...]
  /external/stlport/test/unit/
set_test.cpp 301 CPPUNIT_ASSERT( sint1.get_allocator().swaped() );
302 CPPUNIT_ASSERT( sint2.get_allocator().swaped() );
306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 );
307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
324 CPPUNIT_ASSERT( sint1.get_allocator().swaped() );
325 CPPUNIT_ASSERT( sint2.get_allocator().swaped() );
329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 );
330 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
347 CPPUNIT_ASSERT( sint1.get_allocator().swaped() );
348 CPPUNIT_ASSERT( sint2.get_allocator().swaped() )
    [all...]
slist_test.cpp 349 CPPUNIT_ASSERT( slint1.get_allocator().swaped() );
350 CPPUNIT_ASSERT( slint2.get_allocator().swaped() );
354 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 );
355 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 );
370 CPPUNIT_ASSERT( slint1.get_allocator().swaped() );
371 CPPUNIT_ASSERT( slint2.get_allocator().swaped() );
375 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 );
376 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 );
391 CPPUNIT_ASSERT( slint1.get_allocator().swaped() );
392 CPPUNIT_ASSERT( slint2.get_allocator().swaped() )
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
move_alloc.pass.cpp 60 assert(m3.get_allocator() == A(7));
98 assert(m3.get_allocator() == A(5));
136 assert(m3.get_allocator() == A(5));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
move_alloc.pass.cpp 60 assert(m3.get_allocator() == A(7));
98 assert(m3.get_allocator() == A(5));
136 assert(m3.get_allocator() == A(5));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
copy_alloc.pass.cpp 41 assert(l2.get_allocator() == test_allocator<int>(3));
47 assert(l2.get_allocator() == other_allocator<int>(3));
59 assert(l2.get_allocator() == min_allocator<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
copy_alloc.pass.cpp 41 assert(l2.get_allocator() == test_allocator<bool>(3));
47 assert(l2.get_allocator() == other_allocator<bool>(3));
59 assert(l2.get_allocator() == min_allocator<bool>());
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 161 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...]
  /ndk/tests/device/test-gnustl-full/unit/
set_test.cpp 301 CPPUNIT_ASSERT( sint1.get_allocator().swaped() );
302 CPPUNIT_ASSERT( sint2.get_allocator().swaped() );
306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 );
307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
324 CPPUNIT_ASSERT( sint1.get_allocator().swaped() );
325 CPPUNIT_ASSERT( sint2.get_allocator().swaped() );
329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 );
330 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
347 CPPUNIT_ASSERT( sint1.get_allocator().swaped() );
348 CPPUNIT_ASSERT( sint2.get_allocator().swaped() )
    [all...]
slist_test.cpp 349 CPPUNIT_ASSERT( slint1.get_allocator().swaped() );
350 CPPUNIT_ASSERT( slint2.get_allocator().swaped() );
354 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 );
355 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 );
370 CPPUNIT_ASSERT( slint1.get_allocator().swaped() );
371 CPPUNIT_ASSERT( slint2.get_allocator().swaped() );
375 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 );
376 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 );
391 CPPUNIT_ASSERT( slint1.get_allocator().swaped() );
392 CPPUNIT_ASSERT( slint2.get_allocator().swaped() )
    [all...]
  /ndk/tests/device/test-stlport/unit/
set_test.cpp 301 CPPUNIT_ASSERT( sint1.get_allocator().swaped() );
302 CPPUNIT_ASSERT( sint2.get_allocator().swaped() );
306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 );
307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
324 CPPUNIT_ASSERT( sint1.get_allocator().swaped() );
325 CPPUNIT_ASSERT( sint2.get_allocator().swaped() );
329 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 );
330 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 );
347 CPPUNIT_ASSERT( sint1.get_allocator().swaped() );
348 CPPUNIT_ASSERT( sint2.get_allocator().swaped() )
    [all...]
slist_test.cpp 349 CPPUNIT_ASSERT( slint1.get_allocator().swaped() );
350 CPPUNIT_ASSERT( slint2.get_allocator().swaped() );
354 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 );
355 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 );
370 CPPUNIT_ASSERT( slint1.get_allocator().swaped() );
371 CPPUNIT_ASSERT( slint2.get_allocator().swaped() );
375 CPPUNIT_ASSERT( slint1.get_allocator() == stack2 );
376 CPPUNIT_ASSERT( slint2.get_allocator() == stack1 );
391 CPPUNIT_ASSERT( slint1.get_allocator().swaped() );
392 CPPUNIT_ASSERT( slint2.get_allocator().swaped() )
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 161 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...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 161 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...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 161 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...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 161 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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_list.h 161 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...]

Completed in 1771 milliseconds

1 2 34 5 6 7 8 91011>>