Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/benchmarks/
H A Dunordered_set_operations.bench.cpp68 struct UInt128Hash { struct
71 std::size_t operator()(__uint128_t data) const { in operator ()()
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dunordered_set_operations.bench.cpp61 struct UInt128Hash { struct
63 inline TEST_ALWAYS_INLINE std::size_t operator()(__uint128_t data) const { in operator ()()