Searched refs:ProtosHasher (Results 1 – 2 of 2) sorted by relevance
48 uint32_t ProtosHasher::Hash(const std::string& proto_key) const { in Hash()52 bool ProtosHasher::Compare(const std::string& proto_key, const Proto* proto) const { in Compare()
347 struct ProtosHasher { struct367 using PrototypesLookup = slicer::HashTable<const std::string&, Proto, ProtosHasher>; argument