Searched refs:threshold_values_count (Results 1 – 1 of 1) sorted by relevance
1649 const auto &threshold_values_count = threshold_values.size(); in ParseStatsInfo() local1650 if (threshold_values_count > kMaxStatsThresholdCount) { in ParseStatsInfo()1651 LOG(ERROR) << "Number of stats threshold " << threshold_values_count in ParseStatsInfo()1655 std::vector<T> stats_threshold(threshold_values_count); in ParseStatsInfo()1658 for (Json::Value::ArrayIndex i = 0; i < threshold_values_count; ++i) { in ParseStatsInfo()