• Home
  • Raw
  • Download

Lines Matching refs:Serialize

18 void RecordMetadata::Serialize(const panda::pandasm::RecordMetadata &meta, protoPanda::RecordMetada…  in Serialize()  function in panda::proto::RecordMetadata
21 …ItemMetadata::Serialize(static_cast<const panda::pandasm::ItemMetadata &>(meta), *protoItemmetadat… in Serialize()
38 void FunctionMetadata::Serialize(const panda::pandasm::FunctionMetadata &meta, in Serialize() function in panda::proto::FunctionMetadata
42 …ItemMetadata::Serialize(static_cast<const panda::pandasm::ItemMetadata &>(meta), *protoItemmetadat… in Serialize()
59 void FieldMetadata::Serialize(const panda::pandasm::FieldMetadata &meta, protoPanda::FieldMetadata … in Serialize() function in panda::proto::FieldMetadata
62 ItemMetadata::Serialize(meta, *protoItemmetadata); in Serialize()
64 Type::Serialize(meta.GetFieldType(), *protoType); in Serialize()
68 ScalarValue::Serialize(val.value(), *protoValue); in Serialize()
92 void ParamMetadata::Serialize(const panda::pandasm::ParamMetadata &meta, protoPanda::ParamMetadata … in Serialize() function in panda::proto::ParamMetadata
95 …AnnotationMetadata::Serialize(static_cast<const panda::pandasm::AnnotationMetadata &>(meta), *prot… in Serialize()
106 void ItemMetadata::Serialize(const panda::pandasm::ItemMetadata &meta, protoPanda::ItemMetadata &pr… in Serialize() function in panda::proto::ItemMetadata
109 …AnnotationMetadata::Serialize(static_cast<const panda::pandasm::AnnotationMetadata &>(meta), *prot… in Serialize()
118 void AnnotationMetadata::Serialize(const panda::pandasm::AnnotationMetadata &meta, in Serialize() function in panda::proto::AnnotationMetadata
122 Metadata::Serialize(static_cast<const panda::pandasm::Metadata &>(meta), *protoMetadata); in Serialize()
125 AnnotationData::Serialize(anno, *proto_anno); in Serialize()
143 void Metadata::Serialize(const panda::pandasm::Metadata &meta, protoPanda::Metadata &protoMeta) in Serialize() function in panda::proto::Metadata