Searched refs:inc_check (Results 1 – 1 of 1) sorted by relevance
72 bool getIntFromJsonValues(const Json::Value &values, CdevArray *out, bool inc_check, in getIntFromJsonValues() argument76 if (inc_check && dec_check) { in getIntFromJsonValues()88 if (inc_check && ret[i] < last) { in getIntFromJsonValues()105 bool getFloatFromJsonValues(const Json::Value &values, ThrottlingArray *out, bool inc_check, in getFloatFromJsonValues() argument109 if (inc_check && dec_check) { in getFloatFromJsonValues()121 if (inc_check && !std::isnan(last) && !std::isnan(ret[i]) && ret[i] < last) { in getFloatFromJsonValues()