Searched refs:proto_key (Results 1 – 2 of 2) sorted by relevance
49 uint32_t ProtosHasher::Hash(const std::string& proto_key) const { in Hash()50 return HashString(proto_key.c_str()); in Hash()53 bool ProtosHasher::Compare(const std::string& proto_key, const Proto* proto) const { in Compare() argument54 return proto_key == proto->Signature(); in Compare()
338 uint32_t Hash(const std::string& proto_key) const;339 bool Compare(const std::string& proto_key, const Proto* proto) const;