Home
last modified time | relevance | path

Searched defs:can_hash (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dpoisoned_hash_helper.h120 constexpr bool can_hash(int) { in can_hash() function
124 constexpr bool can_hash(long) { in can_hash() function
128 constexpr bool can_hash() { in can_hash() function
/aosp_15_r20/external/libcxx/test/support/
H A Dpoisoned_hash_helper.hpp123 constexpr bool can_hash(int) { in can_hash() function
126 template <class> constexpr bool can_hash(long) { return false; } in can_hash() function
127 template <class T> constexpr bool can_hash() { return can_hash<T>(0); } in can_hash() function