Searched refs:proto_key (Results 1 – 2 of 2) sorted by relevance
48 uint32_t ProtosHasher::Hash(const std::string& proto_key) const { in Hash()49 return HashString(proto_key.c_str()); in Hash()52 bool ProtosHasher::Compare(const std::string& proto_key, const Proto* proto) const { in Compare() argument53 return proto_key == proto->Signature(); in Compare()
349 uint32_t Hash(const std::string& proto_key) const;350 bool Compare(const std::string& proto_key, const Proto* proto) const;