Searched defs:Modulo1000Hash (Results 1 – 9 of 9) sorted by relevance
686 struct Modulo1000Hash { struct687 size_t operator()(int x) const { return x % 1000; } in operator ()()
885 struct Modulo1000Hash { struct886 size_t operator()(int x) const { return x % 1000; } in operator ()()
874 struct Modulo1000Hash { struct875 size_t operator()(int x) const { return x % 1000; } in operator ()()
896 struct Modulo1000Hash { struct897 size_t operator()(int x) const { return x % 1000; } in operator ()()
927 struct Modulo1000Hash { struct928 size_t operator()(int x) const { return x % 1000; } in operator ()()
967 struct Modulo1000Hash { struct968 size_t operator()(int x) const { return x % 1000; } in operator ()()
1037 struct Modulo1000Hash { struct1038 size_t operator()(int x) const { return x % 1000; } in operator ()()
1280 struct Modulo1000Hash { struct1281 size_t operator()(int64_t x) const { return static_cast<size_t>(x) % 1000; } in operator ()()