Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Ddeque_test.cpp215 DequeInt dint2(10, 1, stack2); in allocator_with_state() local
216 DequeInt dint2Cpy(dint2); in allocator_with_state()
218 dint1.swap(dint2); in allocator_with_state()
221 CPPUNIT_ASSERT( dint2.get_allocator().swaped() ); in allocator_with_state()
224 CPPUNIT_ASSERT( dint2 == dint1Cpy ); in allocator_with_state()
226 CPPUNIT_ASSERT( dint2.get_allocator() == stack1 ); in allocator_with_state()