Home
last modified time | relevance | path

Searched defs:throw_comparator (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/containers/associative/map/map.modifiers/
Dmerge.pass.cpp37 struct throw_comparator struct
41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator() argument
66 typedef std::map<Counter<int>, int, throw_comparator> map_type; in main() argument
/external/libcxx/test/std/containers/associative/set/
Dmerge.pass.cpp37 struct throw_comparator struct
41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator() argument
66 typedef std::set<Counter<int>, throw_comparator> set_type; in main() argument
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dmerge.pass.cpp37 struct throw_comparator struct
41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator() function
66 typedef std::multimap<Counter<int>, int, throw_comparator> map_type; in main() argument
/external/libcxx/test/std/containers/associative/multiset/
Dmerge.pass.cpp37 struct throw_comparator struct
41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator() function
66 typedef std::multiset<Counter<int>, throw_comparator> set_type; in main() argument