Searched refs:operandInfo (Results 1 – 2 of 2) sorted by relevance
201 const FmqRequestDatum::OperandInformation& operandInfo = in deserialize() local204 const bool hasNoValue = operandInfo.hasNoValue; in deserialize()205 const DataLocation location = operandInfo.location; in deserialize()206 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()242 const FmqRequestDatum::OperandInformation& operandInfo = in deserialize() local245 const bool hasNoValue = operandInfo.hasNoValue; in deserialize()246 const DataLocation location = operandInfo.location; in deserialize()247 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()
187 const FmqResultDatum::OperandInformation& operandInfo = data[index].operandInformation(); in deserialize() local189 const bool isSufficient = operandInfo.isSufficient; in deserialize()190 const uint32_t numberOfDimensions = operandInfo.numberOfDimensions; in deserialize()