Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dset_test.cpp294 SetInt sint2(intLess, stack2); in allocator_with_state() local
296 sint2.insert(i); in allocator_with_state()
297 SetInt sint2Cpy(sint2); in allocator_with_state()
299 sint1.swap(sint2); in allocator_with_state()
302 CPPUNIT_ASSERT( sint2.get_allocator().swaped() ); in allocator_with_state()
305 CPPUNIT_ASSERT( sint2 == sint1Cpy ); in allocator_with_state()
307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 ); in allocator_with_state()
317 SetInt sint2(intLess, stack2); in allocator_with_state() local
319 sint2.insert(i); in allocator_with_state()
320 SetInt sint2Cpy(sint2); in allocator_with_state()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dset_test.cpp294 SetInt sint2(intLess, stack2); in allocator_with_state() local
296 sint2.insert(i); in allocator_with_state()
297 SetInt sint2Cpy(sint2); in allocator_with_state()
299 sint1.swap(sint2); in allocator_with_state()
302 CPPUNIT_ASSERT( sint2.get_allocator().swaped() ); in allocator_with_state()
305 CPPUNIT_ASSERT( sint2 == sint1Cpy ); in allocator_with_state()
307 CPPUNIT_ASSERT( sint2.get_allocator() == stack1 ); in allocator_with_state()
317 SetInt sint2(intLess, stack2); in allocator_with_state() local
319 sint2.insert(i); in allocator_with_state()
320 SetInt sint2Cpy(sint2); in allocator_with_state()
[all …]