Home
last modified time | relevance | path

Searched defs:AnnotationData (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.h45 class AnnotationData; variable
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto65 message AnnotationData { message
/arkcompiler/runtime_core/assembler/
Dannotation.h37 AnnotationData(const std::string_view &record_name, std::vector<AnnotationElement> elements) in AnnotationData() function
42 explicit AnnotationData(const std::string_view &record_name) : record_name_(record_name) {} in AnnotationData() function
/arkcompiler/runtime_core/static_core/assembler/
Dannotation.h38 AnnotationData(std::string_view recordName, std::vector<AnnotationElement> elements) in AnnotationData() function
43 explicit AnnotationData(std::string_view recordName) : recordName_(recordName) {} in AnnotationData() function