Home
last modified time | relevance | path

Searched refs:field_name (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/templates/options/
Doptions.h.erb49 parser->Add(&<%= op.field_name %>);
71 return <%= op.field_name %>.GetValue();
78 …<%= op.field_name %>.SetValue(<%= op.type == 'std::string' || op.type == 'arg_list_t' ? 'std::move…
85 return <%= op.field_name %>.WasSet();
95 …mel_name(lang) %>() ? <%= op.lang_field_name(lang) %>.GetValue() : <%= op.field_name %>.GetValue();
98 return <%= op.field_name %>.GetValue();
105 …<%= op.field_name %>.SetValue(<%= op.type == 'std::string' || op.type == 'arg_list_t' ? 'std::move…
117 return <%= op.field_name %>.WasSet();
130 std::vector<<%= op.type %>> values{<%= op.field_name %>.GetValue()};
132 const auto &values = <%= op.field_name %>.GetValue();
[all …]
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp260 StringItem *field_name = container.GetOrCreateStringItem("field"); variable
263 FieldItem *field_item = class_item->AddField(field_name, field_type, ACC_PUBLIC);
364 EXPECT_EQ(data_accessor.GetNameId().GetOffset(), field_name->GetOffset()); in __anon97c8f9170502()
704 StringItem *field_name = container.GetOrCreateStringItem("foreign_field"); variable
706 …ForeignFieldItem *field_item = container.CreateItem<ForeignFieldItem>(class_item, field_name, fiel…
746 EXPECT_EQ(field_data_accessor.GetNameId().GetOffset(), field_name->GetOffset());
869 StringItem *field_name = container.GetOrCreateStringItem("test_field"); variable
871 class_item_a->AddField(field_name, field_type, ACC_PUBLIC);
1040 StringItem *field_name = container.GetOrCreateStringItem("field"); variable
1043 class_item->AddField(field_name, field_type, ACC_PUBLIC);
[all …]
/arkcompiler/runtime_core/templates/
Dcommon.rb48 def field_name method in Option
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp86 … std::string field_name = std::string(context_.GiveToken().data(), context_.GiveToken().length()); in ParseFieldName() local
88 auto match_names = [&field_name](const pandasm::Field &f) { return field_name == f.name; }; in ParseFieldName()
103 curr_fld_->name = field_name; in ParseFieldName()
1824 std::string field_name = record_full_name.substr(pos_point + 1); in ParseOperandField() local
1834 … [&field_name](pandasm::Field &field) { return field_name == field.name; }); in ParseOperandField()
1836 if (!field_name.empty() && it_field == it_record->second.field_list.end()) { in ParseOperandField()
1839 field.name = field_name; in ParseOperandField()
Dassembly-emitter.cpp731 auto *field_name = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleRecordAsForeign() local
742 auto *field = items->CreateItem<ForeignFieldItem>(foreign_record, field_name, type_item); in HandleRecordAsForeign()
798 auto *field_name = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleFields() local
807 field = items->CreateItem<ForeignFieldItem>(record, field_name, type_item); in HandleFields()
809 field = record->AddField(field_name, type_item, f.metadata->GetAccessFlags()); in HandleFields()
1071 auto field_name = record.name + "." + field.name; in MakeRecordAnnotations() local
1072 auto *field_item = static_cast<FieldItem *>(Find(entities.field_items, field_name)); in MakeRecordAnnotations()
1074 … SetLastError("Cannot emit annotations for field " + field_name + ": " + GetLastError()); in MakeRecordAnnotations()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp167 …TypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &field_name, in DumpTypedFieldOpcode() argument
174 (*out) << std::setw(INDENT_OPCODE) << opc + space + id + space + field_name + space; in DumpTypedFieldOpcode()
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp728 auto *field_name = container_.GetOrCreateStringItem(string_name); in CreateFieldItem() local
750 FieldItem *field_item = cls->AddField(field_name, field_type_item, field_acc.GetAccessFlags()); in CreateFieldItem()
856 auto *field_name = container_.GetOrCreateStringItem(string_name); in CreateForeignFieldItem() local
877 auto *field_item = container_.CreateItem<ForeignFieldItem>(fcls, field_name, field_type_item); in CreateForeignFieldItem()
/arkcompiler/runtime_core/docs/
Dassembly_format.md445 field_def := field_type field_name def_field_meta
447 field_name := id_simple