Home
last modified time | relevance | path

Searched defs:throw_hasher (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/containers/unord/unord.set/
Dmerge.pass.cpp38 struct throw_hasher struct
42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() function
66 typedef std::unordered_set<Counter<int>, throw_hasher<Counter<int>>> set_type; in main() argument
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dmerge.pass.cpp38 struct throw_hasher struct
42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() argument
66 typedef std::unordered_multimap<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() argument
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dmerge.pass.cpp38 struct throw_hasher struct
42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() argument
66 typedef std::unordered_map<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() argument
/external/libcxx/test/std/containers/unord/unord.multiset/
Dmerge.pass.cpp38 struct throw_hasher struct
42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() argument
66 typedef std::unordered_multiset<Counter<int>, throw_hasher<Counter<int>>> set_type; in main() argument
/external/llvm-project/libcxx/test/std/containers/unord/unord.multiset/
Dmerge.pass.cpp37 struct throw_hasher struct
41 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() function
65 typedef std::unordered_multiset<Counter<int>, throw_hasher<Counter<int>>> set_type; in main() argument
/external/llvm-project/libcxx/test/std/containers/unord/unord.set/
Dmerge.pass.cpp37 struct throw_hasher struct
41 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() argument
65 typedef std::unordered_set<Counter<int>, throw_hasher<Counter<int>>> set_type; in main() argument
/external/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dmerge.pass.cpp37 struct throw_hasher struct
41 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() argument
65 typedef std::unordered_multimap<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() argument
/external/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dmerge.pass.cpp37 struct throw_hasher struct
41 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher() function
65 typedef std::unordered_map<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() argument