Searched refs:HashSetInt (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | hash_test.cpp | 387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt; in allocator_with_state() typedef 388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1); in allocator_with_state() 393 HashSetInt hint1Cpy(hint1); in allocator_with_state() 395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2); in allocator_with_state() 398 HashSetInt hint2Cpy(hint2); in allocator_with_state()
|
/ndk/tests/device/test-stlport/unit/ |
D | hash_test.cpp | 387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt; in allocator_with_state() typedef 388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1); in allocator_with_state() 393 HashSetInt hint1Cpy(hint1); in allocator_with_state() 395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2); in allocator_with_state() 398 HashSetInt hint2Cpy(hint2); in allocator_with_state()
|