Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp23 auto *protoElement = protoAnno.add_elements(); in Serialize() local
31 for (const auto &protoElement : protoAnno.elements()) { in Deserialize() local
38 protoPanda::AnnotationElement &protoElement) in Serialize()
52 …::AnnotationElement &AnnotationElement::Deserialize(const protoPanda::AnnotationElement &protoElem… in Deserialize()