Searched refs:HashSetInt (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dhash_test.cpp387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt; typedef
388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1);
393 HashSetInt hint1Cpy(hint1);
395 HashSetInt hint2(10, hash<int>(), equal_to<int>(), stack2);
398 HashSetInt hint2Cpy(hint2);

Completed in 1095 milliseconds