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