Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dhash_test.cpp395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2); in allocator_with_state() local
397 hint2.insert(i); in allocator_with_state()
398 HashSetInt hint2Cpy(hint2); in allocator_with_state()
400 hint1.swap(hint2); in allocator_with_state()
403 CPPUNIT_ASSERT( hint2.get_allocator().swaped() ); in allocator_with_state()
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 ); in allocator_with_state()
/ndk/tests/device/test-stlport/unit/
Dhash_test.cpp395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2); in allocator_with_state() local
397 hint2.insert(i); in allocator_with_state()
398 HashSetInt hint2Cpy(hint2); in allocator_with_state()
400 hint1.swap(hint2); in allocator_with_state()
403 CPPUNIT_ASSERT( hint2.get_allocator().swaped() ); in allocator_with_state()
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 ); in allocator_with_state()