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