Home
last modified time | relevance | path

Searched defs:attribute (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/assembler/extensions/
H A Decmascript_meta.cpp38 std::optional<Metadata::Error> RecordMetadata::Validate(const std::string_view &attribute, in Validate() argument
62 Validate(const std::string_view &attribute, const std::string_view &value) const Validate() argument
73 Validate(const std::string_view &attribute, const std::string_view &value) const Validate() argument
84 Validate(const std::string_view &attribute, const std::string_view &value) const Validate() argument
90 SetFlags(const std::string_view &attribute) SetFlags() argument
98 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument
103 RemoveFlags(const std::string_view &attribute) RemoveFlags() argument
113 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument
118 SetFlags(const std::string_view &attribute) SetFlags() argument
123 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument
128 RemoveFlags(const std::string_view &attribute) RemoveFlags() argument
133 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument
138 SetFlags(const std::string_view &attribute) SetFlags() argument
143 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument
148 RemoveFlags(const std::string_view &attribute) RemoveFlags() argument
153 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument
158 SetFlags(const std::string_view &attribute) SetFlags() argument
163 SetFlags(const std::string_view &attribute, const std::string_view &value) SetFlags() argument
168 RemoveFlags(const std::string_view &attribute) RemoveFlags() argument
173 RemoveFlags(const std::string_view &attribute, const std::string_view &value) RemoveFlags() argument
[all...]
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_file_entity_processor.h31 static void SetEntityAttribute(T &entity, const std::function<bool()> &shouldSet, std::string_view attribute) in SetEntityAttribute() argument
43 static void SetEntityAttributeValue(T &entity, const std::function<bool()> &shouldSet, std::string_view attribute, in SetEntityAttributeValue() argument
/arkcompiler/runtime_core/static_core/plugins/ets/assembler/extension/
H A Dets_meta.h25 static bool IsAnnotationRecordAttribute(std::string_view attribute) in IsAnnotationRecordAttribute() argument
30 static bool IsAnnotationIdAttribute(std::string_view attribute) in IsAnnotationIdAttribute() argument
35 static bool IsAnnotationElementTypeAttribute(std::string_view attribute) in IsAnnotationElementTypeAttribute() argument
40 static bool IsAnnotationElementArrayComponentTypeAttribute(std::string_view attribute) in IsAnnotationElementArrayComponentTypeAttribute() argument
45 static bool IsAnnotationElementNameAttribute(std::string_view attribute) in IsAnnotationElementNameAttribute() argument
50 IsAnnotationElementValueAttribute(std::string_view attribute) IsAnnotationElementValueAttribute() argument
[all...]
/arkcompiler/toolchain/tooling/test/
H A 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"; HWTEST_F_L0() local
108 std::string attribute = "test"; HWTEST_F_L0() local
124 std::string attribute = "test"; HWTEST_F_L0() local
143 std::string attribute = "test"; HWTEST_F_L0() local
159 std::string attribute = "test"; HWTEST_F_L0() local
171 std::string attribute = "test"; HWTEST_F_L0() local
182 std::string attribute = "test"; HWTEST_F_L0() local
191 std::string attribute = "test"; HWTEST_F_L0() local
200 std::string attribute = "test"; HWTEST_F_L0() local
210 std::string attribute = "test"; HWTEST_F_L0() local
225 std::string attribute = "test"; HWTEST_F_L0() local
[all...]
H A Dpt_types_test.cpp315 std::string attribute = "test"; in HWTEST_F_L0() local
523 std::string attribute = "32"; in HWTEST_F_L0() local
809 std::string attribute = "test"; HWTEST_F_L0() local
832 std::string attribute = "test"; HWTEST_F_L0() local
844 std::string attribute = "test"; HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/assembler/
H A Dmeta.cpp237 std::optional<Metadata::Error> AnnotationMetadata::Store(const std::string_view &attribute) in Store() argument
252 std::optional<Metadata::Error> AnnotationMetadata::MeetExpRecordAttribute(const std::string_view &attribute, in MeetExpRecordAttribute() argument
266 std::optional<Metadata::Error> AnnotationMetadata::MeetExpIdAttribute(const std::string_view &attribute, in MeetExpIdAttribute() argument
286 MeetExpElementNameAttribute(const std::string_view &attribute, const std::string_view &value) MeetExpElementNameAttribute() argument
306 MeetExpElementTypeAttribute( const std::string_view &attribute, const std::string_view &value) MeetExpElementTypeAttribute() argument
326 MeetExpElementArrayComponentTypeAttribute( const std::string_view &attribute, const std::string_view &value) MeetExpElementArrayComponentTypeAttribute() argument
351 MeetExpElementValueAttribute(const std::string_view &attribute, const std::string_view &value) MeetExpElementValueAttribute() argument
381 StoreValue(const std::string_view &attribute, const std::string_view &value) StoreValue() argument
479 StoreValue(const std::string_view &attribute, const std::string_view &value) StoreValue() argument
[all...]
H A Dmeta.h72 std::optional<Error> SetAttribute(const std::string_view &attribute) in SetAttribute() argument
84 void RemoveAttribute(const std::string &attribute) in RemoveAttribute() argument
96 std::optional<Error> SetAttributeValue(const std::string_view &attribute, cons argument
153 StoreValue(const std::string_view &attribute, const std::string_view &value) StoreValue() argument
166 Store(const std::string_view &attribute) Store() argument
596 IsValueAttribute(const std::string_view &attribute) IsValueAttribute() argument
[all...]
/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.cpp238 std::optional<Metadata::Error> AnnotationMetadata::Store(std::string_view attribute) in Store() argument
253 std::optional<Metadata::Error> AnnotationMetadata::MeetExpRecordAttribute(std::string_view attribute, in MeetExpRecordAttribute() argument
267 std::optional<Metadata::Error> AnnotationMetadata::MeetExpIdAttribute(std::string_view attribute, in MeetExpIdAttribute() argument
287 MeetExpElementNameAttribute(std::string_view attribute, std::string_view value) MeetExpElementNameAttribute() argument
307 MeetExpElementTypeAttribute(std::string_view attribute, std::string_view value) MeetExpElementTypeAttribute() argument
327 MeetExpElementArrayComponentTypeAttribute(std::string_view attribute, std::string_view value) MeetExpElementArrayComponentTypeAttribute() argument
352 MeetExpElementValueAttribute(std::string_view attribute, std::string_view value) MeetExpElementValueAttribute() argument
382 StoreValue(std::string_view attribute, std::string_view value) StoreValue() argument
489 StoreValue(std::string_view attribute, std::string_view value) StoreValue() argument
[all...]
H A Dmeta.h72 std::optional<Error> SetAttribute(std::string_view attribute) in SetAttribute() argument
84 void RemoveAttribute(const std::string &attribute) in RemoveAttribute() argument
96 std::optional<Error> SetAttributeValue(std::string_view attribute, st argument
152 StoreValue(std::string_view attribute, std::string_view value) StoreValue() argument
165 Store(std::string_view attribute) Store() argument
547 IsValueAttribute(std::string_view attribute) IsValueAttribute() argument
[all...]
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp848 static void SetEntityAttribute(T *entity, const std::function<bool()> &shouldSet, std::string_view attribute) in SetEntityAttribute() argument
859 static void SetEntityAttributeValue(T *entity, const std::function<bool()> &shouldSet, std::string_view attribute, in SetEntityAttributeValue() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2833 bool ObjectRef::DefineProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute attribute) in DefineProperty() argument
2654 SetAccessorProperty(const EcmaVM *vm, Local<JSValueRef> key, Local<FunctionRef> getter, Local<FunctionRef> setter, PropertyAttribute attribute) SetAccessorProperty() argument
[all...]

Completed in 19 milliseconds