Searched defs:throw_hasher (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/containers/unord/unord.set/ |
D | merge.pass.cpp | 38 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/ |
D | merge.pass.cpp | 38 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/ |
D | merge.pass.cpp | 38 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/ |
D | merge.pass.cpp | 38 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/ |
D | merge.pass.cpp | 37 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/ |
D | merge.pass.cpp | 37 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/ |
D | merge.pass.cpp | 37 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/ |
D | merge.pass.cpp | 37 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
|