Home
last modified time | relevance | path

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

/external/stlport/test/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()