Home
last modified time | relevance | path

Searched defs:AnnotationElement (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dannotation.cpp163 AnnotationElement::AnnotationElement(const AnnotationElement &ann_elem) in AnnotationElement() function in panda::pandasm::AnnotationElement
Dannotation.h33 class AnnotationElement; variable
537AnnotationElement(std::string_view name, std::unique_ptr<Value> value) : name_(name), value_(std::… in AnnotationElement() function
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto52 message AnnotationElement { message
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp25 using AnnotationElement = panda::pandasm::AnnotationElement; typedef
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp26 using AnnotationElement = panda::pandasm::AnnotationElement; typedef
/arkcompiler/runtime_core/docs/
Dfile_format.md581 ### AnnotationElement subsection