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