Home
last modified time | relevance | path

Searched refs:dint1 (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Ddeque_test.cpp212 DequeInt dint1(10, 0, stack1); in allocator_with_state() local
213 DequeInt dint1Cpy(dint1); in allocator_with_state()
218 dint1.swap(dint2); in allocator_with_state()
220 CPPUNIT_ASSERT( dint1.get_allocator().swaped() ); in allocator_with_state()
223 CPPUNIT_ASSERT( dint1 == dint2Cpy ); in allocator_with_state()
225 CPPUNIT_ASSERT( dint1.get_allocator() == stack2 ); in allocator_with_state()
/ndk/tests/device/test-stlport/unit/
Ddeque_test.cpp212 DequeInt dint1(10, 0, stack1); in allocator_with_state() local
213 DequeInt dint1Cpy(dint1); in allocator_with_state()
218 dint1.swap(dint2); in allocator_with_state()
220 CPPUNIT_ASSERT( dint1.get_allocator().swaped() ); in allocator_with_state()
223 CPPUNIT_ASSERT( dint1 == dint2Cpy ); in allocator_with_state()
225 CPPUNIT_ASSERT( dint1.get_allocator() == stack2 ); in allocator_with_state()