Lines Matching defs:Serialize
19 void AnnotationData::Serialize(const panda::pandasm::AnnotationData &anno, protoPanda::AnnotationData &protoAnno)
24 AnnotationElement::Serialize(element, *protoElement);
37 void AnnotationElement::Serialize(const panda::pandasm::AnnotationElement &element,
44 ArrayValue::Serialize(*(element.GetValue()->GetAsArray()), *protoArray);
48 ScalarValue::Serialize(*(element.GetValue()->GetAsScalar()), *protoScalar);
69 void ScalarValue::Serialize(const panda::pandasm::ScalarValue &scalar, protoPanda::ScalarValue &protoScalar)
119 Type::Serialize(scalar.GetValue<panda::pandasm::Type>(), *protoType);
125 AnnotationData::Serialize(scalar.GetValue<panda::pandasm::AnnotationData>(), *protoAnno);
254 void ArrayValue::Serialize(const panda::pandasm::ArrayValue &array, protoPanda::ArrayValue &protoArray)
260 ScalarValue::Serialize(val, *protoScalar);