Searched refs:proto_key (Results 1 – 1 of 1) sorted by relevance
69 ProtoKey proto_key = CreateProtoKey(signature); in AddMethod() local70 AddString(proto_key.shorty); in AddMethod()71 AddType(proto_key.return_type); in AddMethod()72 for (const auto& arg_type : proto_key.args) { in AddMethod()75 auto it = protos_.emplace(proto_key, IdxAndDataOffset()).first; in AddMethod()272 ProtoKey proto_key = CreateProtoKey(signature); in GetMethodIdx() local273 MethodKey method_key = { class_descriptor, name, &proto_key }; in GetMethodIdx()