Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc241 struct PointerStringPairHash { struct
242 size_t operator()(const PointerStringPair& p) const { in operator ()()
252 static const size_t bucket_size = 4;
253 static const size_t min_buckets = 8;
255 inline bool operator()(const PointerStringPair& a, in operator ()()