Searched refs:proto_key (Results 1 – 1 of 1) sorted by relevance
68 ProtoKey proto_key = CreateProtoKey(signature); in AddMethod() local69 AddString(proto_key.shorty); in AddMethod()70 AddType(proto_key.return_type); in AddMethod()71 for (const auto& arg_type : proto_key.args) { in AddMethod()74 auto it = protos_.emplace(proto_key, IdxAndDataOffset()).first; in AddMethod()271 ProtoKey proto_key = CreateProtoKey(signature); in GetMethodIdx() local272 MethodKey method_key = { class_descriptor, name, &proto_key }; in GetMethodIdx()