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