Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dmeta.h213 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(), in DeleteAnnotationElementByName() local
224 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(), in DeleteAnnotationByName() local
235 auto annotation_iter = std::find_if(annotations_.begin(), annotations_.end(), in AddAnnotationElementByName() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp681 const auto annotation_iter = in GetSerializedMethodAnnotation() local