Searched refs:packetInfo (Results 1 – 1 of 1) sorted by relevance
200 const FmqRequestDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local202 const uint32_t packetSize = packetInfo.packetSize; in deserialize()203 const uint32_t numberOfInputOperands = packetInfo.numberOfInputOperands; in deserialize()204 const uint32_t numberOfOutputOperands = packetInfo.numberOfOutputOperands; in deserialize()205 const uint32_t numberOfPools = packetInfo.numberOfPools; in deserialize()338 const FmqResultDatum::PacketInformation& packetInfo = data[index].packetInformation(); in deserialize() local340 const uint32_t packetSize = packetInfo.packetSize; in deserialize()341 const V1_0::ErrorStatus errorStatus = packetInfo.errorStatus; in deserialize()342 const uint32_t numberOfOperands = packetInfo.numberOfOperands; in deserialize()