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