Searched refs:test_hash_enabled (Results 1 – 2 of 2) sorted by relevance
27 void test_hash_enabled(InputKey const& key = InputKey{});31 return test_hash_enabled<std::hash<T>, T, InputKey>(key);132 void test_hash_enabled(InputKey const& key) { in test_hash_enabled() function235 static void apply() { test_hash_enabled<std::hash<Type>, Type>(); } in apply()
29 TEST_CONSTEXPR_CXX20 void test_hash_enabled(InputKey const& key = InputKey{});33 return test_hash_enabled<std::hash<T>, T, InputKey>(key);134 TEST_CONSTEXPR_CXX20 void test_hash_enabled(InputKey const& key) { in test_hash_enabled() function237 static void apply() { test_hash_enabled<std::hash<Type>, Type>(); }