Searched refs:heatLimit_ (Results 1 – 4 of 4) sorted by relevance
498 if (reportItem.heat < option_.heatLimit_) { in OutputStdContent()574 if (it->heat > option_.heatLimit_ and it2->heat > option_.heatLimit_) { in OutputStdContentDiff()583 if (it2->heat > option_.heatLimit_) { in OutputStdContentDiff()593 if (it->heat > option_.heatLimit_) { in OutputStdContentDiff()611 if (reportItem.heat > option_.heatLimit_) { in OutputStdContentDiffOneSide()
58 if (!Option::GetOptionValue(args, "--limit-percent", reportOption_.heatLimit_)) { in ParseOption()153 if (reportOption_.heatLimit_ < min or reportOption_.heatLimit_ > max) { in VerifyOption()
1085 Option::GetOptionValue(args, "--limit-percent", mSubCommandReport.reportOption_.heatLimit_),1091 mSubCommandReport.reportOption_.heatLimit_ = 101.0;
351 float heatLimit_ = 0.0f; member