Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_linked_hash_map_test.cc383 struct CustomIntHash { in TEST() struct
384 size_t operator()(int x) const { return x; } in TEST()
/aosp_15_r20/external/libchrome/base/
H A Dstl_util_unittest.cc89 struct CustomIntHash { struct
90 size_t operator()(int elem) const { return std::hash<int>()(elem) + 1; } in operator ()()