Searched defs:subValue (Results 1 – 5 of 5) sorted by relevance
101 uint64_t subValue = (currValue > preValue) ? (currValue - preValue) : 0; in PercentValue() local
279 int64_t subValue = std::stoll(strInfo.substr(ZERO_VALUE + 1, INT_64_LENGTH - 1)); in ConvertStringToInt64() local298 int64_t subValue = std::stoll(strInfo.substr(ZERO_VALUE + 2, INT_64_LENGTH - 1)); in ConvertStringToInt64() local
266 int64_t subValue = std::stoll(strInfo.substr(ZERO_VALUE + 1, INT_64_LENGTH - 1)); in ConvertStringToInt64() local285 int64_t subValue = std::stoll(strInfo.substr(ZERO_VALUE + 2, INT_64_LENGTH - 1)); in ConvertStringToInt64() local
109 xmlNodePtr subValue = value->xmlChildrenNode; in InitRules() local
1017 for (const auto& subValue : subValues) { in GetTransformJsonValue() local