Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A Dmeta.h244 void SetOrAddAnnotationElementByIndex(size_t anno_idx, size_t ele_idx, AnnotationElement &&element) in SetOrAddAnnotationElementByIndex() argument
246 ASSERT(anno_idx < annotations_.size()); in SetOrAddAnnotationElementByIndex()
247 annotations_[anno_idx].SetOrAddElementByIndex(ele_idx, std::forward<AnnotationElement>(element)); in SetOrAddAnnotationElementByIndex()

Completed in 1 milliseconds