Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp23 auto *protoElement = protoAnno.add_elements(); in Serialize() local
24 AnnotationElement::Serialize(element, *protoElement); in Serialize()
31 for (const auto &protoElement : protoAnno.elements()) { in Deserialize() local
32 …panda::pandasm::AnnotationElement &element = AnnotationElement::Deserialize(protoElement, allocato… in Deserialize()
38 protoPanda::AnnotationElement &protoElement) in Serialize() argument
40 protoElement.set_name(element.GetName()); in Serialize()
42protoElement.set_valuetype(protoPanda::AnnotationElement_ValueType::AnnotationElement_ValueType_AR… in Serialize()
43 auto *protoArray = protoElement.mutable_array(); in Serialize()
46protoElement.set_valuetype(protoPanda::AnnotationElement_ValueType::AnnotationElement_ValueType_SC… in Serialize()
47 auto *protoScalar = protoElement.mutable_scalar(); in Serialize()
[all …]
DannotationProto.h35 protoPanda::AnnotationElement &protoElement);
36 …c panda::pandasm::AnnotationElement &Deserialize(const protoPanda::AnnotationElement &protoElement,