Searched refs:GetKey (Results 1 – 3 of 3) sorted by relevance
330 const char* GetKey(const String* string) const { return string->c_str(); } in GetKey() function337 std::string GetKey(const Proto* proto) const { return proto->Signature(); } in GetKey() function350 MethodKey GetKey(const EncodedMethod* method) const;
132 auto key = hasher_.GetKey(value); in Insert()176 assert(Lookup(hasher_.GetKey(value)) == nullptr); in Insert()
57 MethodKey MethodsHasher::GetKey(const EncodedMethod* method) const { in GetKey() function in ir::MethodsHasher