Searched refs:HashSetInt (Results 1 – 1 of 1) sorted by relevance
387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt; in allocator_with_state() typedef388 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()