Home
last modified time | relevance | path

Searched defs:PointerIntegerPairHash (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc397 struct PointerIntegerPairHash { struct
398 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 ()()