Home
last modified time | relevance | path

Searched refs:test_hash_enabled (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dpoisoned_hash_helper.hpp27 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() function
235 static void apply() { test_hash_enabled<std::hash<Type>, Type>(); } in apply()