Searched defs:PointerIntegerPairHash (Results 1 – 1 of 1) sorted by relevance
220 struct PointerIntegerPairHash { struct221 size_t operator()(const PairType& p) const { in operator ()()229 static const size_t bucket_size = 4;230 static const size_t min_buckets = 8;232 inline bool operator()(const PairType& a, const PairType& b) const { in operator ()()