Searched refs:packetInfo (Results 1 – 2 of 2) sorted by relevance
177 const FmqRequestDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local179 const uint32_t packetSize = packetInfo.packetSize; in deserialize()180 const uint32_t numberOfInputOperands = packetInfo.numberOfInputOperands; in deserialize()181 const uint32_t numberOfOutputOperands = packetInfo.numberOfOutputOperands; in deserialize()182 const uint32_t numberOfPools = packetInfo.numberOfPools; in deserialize()
166 const FmqResultDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local168 const uint32_t packetSize = packetInfo.packetSize; in deserialize()169 const V1_0::ErrorStatus errorStatus = packetInfo.errorStatus; in deserialize()170 const uint32_t numberOfOperands = packetInfo.numberOfOperands; in deserialize()