Searched refs:attrVal (Results 1 – 1 of 1) sorted by relevance
585 auto *attrVal = static_cast<SeeAttrArg *>(*arg); in decodeSnsStdAttrValue() local589 if (!attrVal->initialized) { in decodeSnsStdAttrValue()590 attrVal->initialized = true; in decodeSnsStdAttrValue()591 attrVal->fltMin = FLT_MAX; in decodeSnsStdAttrValue()592 attrVal->fltMax = FLT_MIN; in decodeSnsStdAttrValue()594 if (data->value.flt < attrVal->fltMin) { in decodeSnsStdAttrValue()595 attrVal->fltMin = data->value.flt; in decodeSnsStdAttrValue()597 if (data->value.flt > attrVal->fltMax) { in decodeSnsStdAttrValue()598 attrVal->fltMax = data->value.flt; in decodeSnsStdAttrValue()601 attrVal->int64 = data->value.sint; in decodeSnsStdAttrValue()[all …]