Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dhash_test.cpp388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1); in allocator_with_state() local
392 hint1.insert(i); in allocator_with_state()
393 HashSetInt hint1Cpy(hint1); in allocator_with_state()
400 hint1.swap(hint2); in allocator_with_state()
402 CPPUNIT_ASSERT( hint1.get_allocator().swaped() ); in allocator_with_state()
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 ); in allocator_with_state()
/ndk/tests/device/test-stlport/unit/
Dhash_test.cpp388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1); in allocator_with_state() local
392 hint1.insert(i); in allocator_with_state()
393 HashSetInt hint1Cpy(hint1); in allocator_with_state()
400 hint1.swap(hint2); in allocator_with_state()
402 CPPUNIT_ASSERT( hint1.get_allocator().swaped() ); in allocator_with_state()
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 ); in allocator_with_state()