Home
last modified time | relevance | path

Searched refs:protoAnnotationData (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp160 auto &protoAnnotationData = protoScalar.valueanno(); in Deserialize() local
161 … auto *value = allocator->New<panda::pandasm::AnnotationData>(protoAnnotationData.recordname()); in Deserialize()
162 AnnotationData::Deserialize(protoAnnotationData, *value, allocator); in Deserialize()