Home
last modified time | relevance | path

Searched defs:ann_elem (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dannotation.cpp114 std::unique_ptr<Value> making_value(const AnnotationElement &ann_elem) in making_value()
163 AnnotationElement::AnnotationElement(const AnnotationElement &ann_elem) in AnnotationElement()
169 AnnotationElement &AnnotationElement::operator=(const AnnotationElement &ann_elem) in operator =()
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp211 AnnotationDataAccessor::Elem ann_elem = ann_acc.GetElement(i); in CreateAnnotationItem() local