Searched defs:PointerIntegerPairHash (Results 1 – 1 of 1) sorted by relevance
410 struct PointerIntegerPairHash { struct411 size_t operator()(const PairType& p) const { in operator ()()420 static const size_t bucket_size = 4;421 static const size_t min_buckets = 8;423 inline bool operator()(const PairType& a, const PairType& b) const { in operator ()()