Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/assembler/
Dannotation.cpp106 std::unique_ptr<Value> MakingValue(const AnnotationElement &annElem) in MakingValue()
154 AnnotationElement::AnnotationElement(const AnnotationElement &annElem) in AnnotationElement()
160 AnnotationElement &AnnotationElement::operator=(const AnnotationElement &annElem) in operator =()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp231 static ValueItem *GeneratePrimitiveItemLesserInt32(AnnotationDataAccessor::Elem &annElem, ItemConta… in GeneratePrimitiveItemLesserInt32()
244 static ValueItem *GeneratePrimitiveItem(AnnotationDataAccessor::Elem &annElem, ItemContainer &conta… in GeneratePrimitiveItem()
257 …eader::SetElemValueItem(AnnotationDataAccessor::Tag &annTag, AnnotationDataAccessor::Elem &annElem) in SetElemValueItem()
474 AnnotationDataAccessor::Elem annElem = annAcc.GetElement(i); in CreateAnnotationItem() local