Searched refs:ref_types (Results 1 – 4 of 4) sorted by relevance
58 PandaVector<std::string_view> ref_types;64 ref_types.emplace_back("<%= get_object_descriptor(t) %>");68 auto proto = Method::Proto(shorty, ref_types);
71 PandaVector<std::string_view> ref_types;77 ref_types.emplace_back("<%= get_object_descriptor(t) %>");81 auto proto = Method::Proto(shorty, ref_types);
418 std::vector<ClassItem *> ref_types; in TestProtos() local428 ref_types.push_back(container.GetOrCreateClassItem("B")); in TestProtos()480 EXPECT_EQ(nref, ref_types.size()); in TestProtos()483 … EXPECT_EQ(proto_data_accessor.GetReferenceType(0).GetOffset(), ref_types[i]->GetOffset()); in TestProtos()
102 Proto(PandaVector<panda_file::Type> shorty, PandaVector<std::string_view> ref_types) in Proto() argument103 : shorty_(std::move(shorty)), ref_types_(std::move(ref_types)) in Proto()