Searched defs:AnnotationData (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/merge_abc/src/ | ||
| H A D | annotationProto.h | 25 class AnnotationData { class |
| /arkcompiler/runtime_core/assembler/ | ||
| H A D | annotation.h | 35 class AnnotationData { class 37 AnnotationData(const std::string_view &record_name, std::vector<AnnotationElement> elements) in AnnotationData() function in panda::pandasm::AnnotationData 42 explicit AnnotationData(const std::string_view &record_name) : record_name_(record_name) {} in AnnotationData() function in panda::pandasm::AnnotationData |
| /arkcompiler/runtime_core/static_core/assembler/ | ||
| H A D | annotation.h | 35 class AnnotationData { class 37 AnnotationData(std::string_view recordName, std::vector<AnnotationElement> elements) in AnnotationData() function in ark::pandasm::AnnotationData 42 explicit AnnotationData(std::string_view recordName) : recordName_(recordName) {} in AnnotationData() function in ark::pandasm::AnnotationData |
Completed in 3 milliseconds