Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc686 struct Modulo1000Hash { struct
687 size_t operator()(int x) const { return x % 1000; } in operator ()()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc869 struct Modulo1000Hash { struct
870 size_t operator()(int x) const { return x % 1000; } in operator ()()