Lines Matching full:second
29 profVec.emplace_back(std::make_pair(it->first, it->second)); in PrintAndReset()
30 it->second.ResetStat(); in PrintAndReset()
34 return x.second.Count() > y.second.Count(); in PrintAndReset()
55 Value val = it->second; in PrintAndReset()
94 if (it->second == false) { in FilterMethodToPrint()
110 profVec.emplace_back(std::make_pair(it->first, it->second)); in FilterMethodToPrint()
114 return x.second.Count() > y.second.Count(); in FilterMethodToPrint()
123 PrintMethodRecord(itr->first, itr->second.GetName()); in FilterMethodToPrint()
158 Record record = it->second; in FilterMethodToPrint()
178 (mode == Mode::TYPED_PATH) ? (it->second.typedPathValue++) : (it->second.slowPathValue++); in FilterMethodToPrint()
211 result->second.Inc(); in FilterMethodToPrint()
225 auto result3 = result2->second.find(bcIndex); in FilterMethodToPrint()
226 if (result3 != result2->second.end()) { in FilterMethodToPrint()
227 (mode == Mode::TYPED_PATH) ? (result3->second.IncFast()) : (result3->second.IncSlow()); in FilterMethodToPrint()
231 result2->second.emplace(bcIndex, record); in FilterMethodToPrint()