Searched refs:commonThresholds_ (Results 1 – 2 of 2) sorted by relevance
75 commonThresholds_[value] = configValue; in ParseCommonThreshold()152 if (commonThresholds_.find(type) != commonThresholds_.end()) { in GetThreshold()153 return commonThresholds_.at(type); in GetThreshold()
50 std::unordered_map<int32_t, int32_t> commonThresholds_; variable