Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/assembler/extensions/
Decmascript_meta.h51 bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationRecordAttribute()
56 bool IsAnnotationIdAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationIdAttribute()
61 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute()
66 … bool IsAnnotationElementTypeAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementTypeAttribute()
71 …bool IsAnnotationElementArrayComponentTypeAttribute([[maybe_unused]] std::string_view attribute) c… in IsAnnotationElementArrayComponentTypeAttribute()
76 … bool IsAnnotationElementValueAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementValueAttribute()
96 bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationRecordAttribute()
101 bool IsAnnotationIdAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationIdAttribute()
106 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute()
111 … bool IsAnnotationElementTypeAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementTypeAttribute()
[all …]
Decmascript_meta.cpp38 std::optional<Metadata::Error> RecordMetadata::Validate(std::string_view attribute, std::string_vie… in Validate()
61 std::optional<Metadata::Error> FieldMetadata::Validate(std::string_view attribute, std::string_view… in Validate()
71 std::optional<Metadata::Error> FunctionMetadata::Validate(std::string_view attribute, std::string_v… in Validate()
81 std::optional<Metadata::Error> ParamMetadata::Validate(std::string_view attribute, std::string_view… in Validate()
86 void RecordMetadata::SetFlags(std::string_view attribute) in SetFlags()
94 void RecordMetadata::SetFlags(std::string_view attribute, std::string_view value) in SetFlags()
99 void RecordMetadata::RemoveFlags(std::string_view attribute) in RemoveFlags()
109 void RecordMetadata::RemoveFlags(std::string_view attribute, std::string_view value) in RemoveFlags()
114 void FieldMetadata::SetFlags(std::string_view attribute) in SetFlags()
119 void FieldMetadata::SetFlags(std::string_view attribute, std::string_view value) in SetFlags()
[all …]
/arkcompiler/runtime_core/assembler/
Dmeta.h72 std::optional<Error> SetAttribute(std::string_view attribute) in SetAttribute()
84 void RemoveAttribute(const std::string &attribute) in RemoveAttribute()
91 bool GetAttribute(const std::string &attribute) const in GetAttribute()
96 std::optional<Error> SetAttributeValue(std::string_view attribute, std::string_view value) in SetAttributeValue()
108 std::vector<std::string> GetAttributeValues(const std::string &attribute) const in GetAttributeValues()
118 std::optional<std::string> GetAttributeValue(const std::string &attribute) const in GetAttributeValue()
152 virtual std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) in StoreValue()
165 virtual std::optional<Error> Store(std::string_view attribute) in Store()
180 bool HasAttribute(std::string_view attribute) const in HasAttribute()
223 virtual bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationRecordAttribute()
[all …]
Dmeta.cpp236 std::optional<Metadata::Error> AnnotationMetadata::Store(std::string_view attribute) in Store()
251 …d::optional<Metadata::Error> AnnotationMetadata::MeetExpRecordAttribute(std::string_view attribute, in MeetExpRecordAttribute()
265 std::optional<Metadata::Error> AnnotationMetadata::MeetExpIdAttribute(std::string_view attribute, in MeetExpIdAttribute()
285 …tional<Metadata::Error> AnnotationMetadata::MeetExpElementNameAttribute(std::string_view attribute, in MeetExpElementNameAttribute()
305 …tional<Metadata::Error> AnnotationMetadata::MeetExpElementTypeAttribute(std::string_view attribute, in MeetExpElementTypeAttribute()
325 …a::Error> AnnotationMetadata::MeetExpElementArrayComponentTypeAttribute(std::string_view attribute, in MeetExpElementArrayComponentTypeAttribute()
350 …ional<Metadata::Error> AnnotationMetadata::MeetExpElementValueAttribute(std::string_view attribute, in MeetExpElementValueAttribute()
380 std::optional<Metadata::Error> AnnotationMetadata::StoreValue(std::string_view attribute, std::stri… in StoreValue()
477 std::optional<Metadata::Error> FieldMetadata::StoreValue(std::string_view attribute, std::string_vi… in StoreValue()
Dasm_metadata.rb85 def attribute_name(attribute) argument
/arkcompiler/toolchain/tooling/test/
Dpt_params_test.cpp55 std::string attribute = "test"; in HWTEST_F_L0() local
64 std::string attribute = "test"; in HWTEST_F_L0() local
81 std::string attribute = "test"; in HWTEST_F_L0() local
96 std::string attribute = "test"; in HWTEST_F_L0() local
108 std::string attribute = "test"; in HWTEST_F_L0() local
124 std::string attribute = "test"; in HWTEST_F_L0() local
143 std::string attribute = "test"; in HWTEST_F_L0() local
159 std::string attribute = "test"; in HWTEST_F_L0() local
171 std::string attribute = "test"; in HWTEST_F_L0() local
182 std::string attribute = "test"; in HWTEST_F_L0() local
[all …]
Dpt_types_test.cpp318 std::string attribute = "test"; in HWTEST_F_L0() local
507 std::string attribute = "32"; in HWTEST_F_L0() local
793 std::string attribute = "test"; in HWTEST_F_L0() local
816 std::string attribute = "test"; in HWTEST_F_L0() local
828 std::string attribute = "test"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp25 JSTaggedValue attribute = layout->GetAttribute(elemenIndex); in MarkPropertyInitialized() local
79 JSTaggedValue TSTypeAccessor::MarkInitialized(JSTaggedValue attribute) in MarkInitialized()
95 JSTaggedValue attribute = layout->GetAttribute(elemenIndex); in IsPropertyInitialized() local
108 JSTaggedValue attribute = layout->GetAttribute(i); in GetInitializedProperties() local
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp101 JSTaggedValue attribute = eLayout->GetAttribute(index); in MergeClassField() local
111 JSTaggedValue attribute = layout->GetAttribute(index); in MergeClassField() local
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts20 public attribute: string; property in Metadata
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json152 "attribute": "" string
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp111 PropertyAttributes attribute(1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp339 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
355 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
368 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
380 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
1450 PropertyAttribute attribute(value, true, true, true); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1397 Local<FunctionRef> setter, PropertyAttribute attribute) in SetAccessorProperty()
1530 bool ObjectRef::DefineProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute attribute) in DefineProperty()