Searched defs:throw_hasher (Results 1 – 4 of 4) sorted by relevance
37 struct throw_hasher struct41 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() function65 typedef std::unordered_multimap<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() argument
37 struct throw_hasher struct41 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() argument65 typedef std::unordered_map<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() argument
37 struct throw_hasher struct41 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() argument65 typedef std::unordered_set<Counter<int>, throw_hasher<Counter<int>>> set_type; in main() argument
37 struct throw_hasher struct41 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() function65 typedef std::unordered_multiset<Counter<int>, throw_hasher<Counter<int>>> set_type; in main() argument