Searched defs:throw_comparator (Results 1 – 4 of 4) sorted by relevance
37 struct throw_comparator struct41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator() argument66 typedef std::map<Counter<int>, int, throw_comparator> map_type; in main() argument
37 struct throw_comparator struct41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator() argument66 typedef std::set<Counter<int>, throw_comparator> set_type; in main() argument
37 struct throw_comparator struct41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator() function66 typedef std::multimap<Counter<int>, int, throw_comparator> map_type; in main() argument
37 struct throw_comparator struct41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator() function66 typedef std::multiset<Counter<int>, throw_comparator> set_type; in main() argument