Home
last modified time | relevance | path

Searched refs:ann_elem (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dannotation.cpp114 std::unique_ptr<Value> making_value(const AnnotationElement &ann_elem) in making_value() argument
117 switch (ann_elem.GetValue()->GetType()) { in making_value()
136 copy_val = InitScalarValue(*static_cast<ScalarValue *>(ann_elem.GetValue())); in making_value()
141 auto *elem_arr = static_cast<ArrayValue *>(ann_elem.GetValue()); in making_value()
163 AnnotationElement::AnnotationElement(const AnnotationElement &ann_elem) in AnnotationElement() argument
165 this->value_ = making_value(ann_elem); in AnnotationElement()
166 this->name_ = ann_elem.GetName(); in AnnotationElement()
169 AnnotationElement &AnnotationElement::operator=(const AnnotationElement &ann_elem) in operator =() argument
171 if (this == &ann_elem) { in operator =()
175 this->value_ = making_value(ann_elem); in operator =()
[all...]
H A Dannotation.h548 AnnotationElement(const AnnotationElement &ann_elem);
549 AnnotationElement &operator=(const AnnotationElement &ann_elem);
/arkcompiler/runtime_core/libpandafile/
H A Dfile_reader.cpp213 AnnotationDataAccessor::Elem ann_elem = ann_acc.GetElement(i); in CreateAnnotationItem() local
219 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem()
225 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem()
231 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem()
237 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem()
242 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem()
247 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem()
252 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem()
261 auto scalar = ann_elem.GetScalarValue(); in CreateAnnotationItem()
267 auto scalar = ann_elem in CreateAnnotationItem()
[all...]

Completed in 5 milliseconds