Searched refs:packetInfo (Results 1 – 1 of 1) sorted by relevance
199 const FmqRequestDatum::PacketInformation& packetInfo = data.at(index).packetInformation(); in deserialize() local201 const uint32_t packetSize = packetInfo.packetSize; in deserialize()202 const uint32_t numberOfInputOperands = packetInfo.numberOfInputOperands; in deserialize()203 const uint32_t numberOfOutputOperands = packetInfo.numberOfOutputOperands; in deserialize()204 const uint32_t numberOfPools = packetInfo.numberOfPools; in deserialize()343 const FmqResultDatum::PacketInformation& packetInfo = data.at(index).packetInformation(); in deserialize() local345 const uint32_t packetSize = packetInfo.packetSize; in deserialize()346 const V1_0::ErrorStatus errorStatus = packetInfo.errorStatus; in deserialize()347 const uint32_t numberOfOperands = packetInfo.numberOfOperands; in deserialize()