Searched defs:protoArray (Results 1 – 3 of 3) sorted by relevance
102 …alArray::Serialize(const panda::pandasm::LiteralArray &array, protoPanda::LiteralArray &protoArray) in Serialize()110 void LiteralArray::Deserialize(const protoPanda::LiteralArray &protoArray, panda::pandasm::LiteralA… in Deserialize()
43 auto *protoArray = protoElement.mutable_array(); in Serialize() local251 … ArrayValue::Serialize(const panda::pandasm::ArrayValue &array, protoPanda::ArrayValue &protoArray) in Serialize()261 panda::pandasm::ArrayValue &ArrayValue::Deserialize(const protoPanda::ArrayValue &protoArray, in Deserialize()
40 auto *protoArray = literalarrayMap->mutable_value(); in Serialize() local