Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dset_test.cpp289 SetInt sint1(intLess, stack1); in allocator_with_state() local
291 sint1.insert(i); in allocator_with_state()
292 SetInt sint1Cpy(sint1); in allocator_with_state()
299 sint1.swap(sint2); in allocator_with_state()
301 CPPUNIT_ASSERT( sint1.get_allocator().swaped() ); in allocator_with_state()
304 CPPUNIT_ASSERT( sint1 == sint2Cpy ); in allocator_with_state()
306 CPPUNIT_ASSERT( sint1.get_allocator() == stack2 ); in allocator_with_state()
314 SetInt sint1(intLess, stack1); in allocator_with_state() local
315 SetInt sint1Cpy(sint1); in allocator_with_state()
322 sint1.swap(sint2); in allocator_with_state()
[all …]