Lines Matching full:second
30 profVec.emplace_back(std::make_pair(it->first, it->second)); in PrintAndReset()
31 it->second.ResetStat(); in PrintAndReset()
35 return x.second.Count() > y.second.Count(); in PrintAndReset()
56 Value val = it->second; in PrintAndReset()
95 if (it->second == false) { in FilterMethodToPrint()
111 profVec.emplace_back(std::make_pair(it->first, it->second)); in FilterMethodToPrint()
115 return x.second.Count() > y.second.Count(); in FilterMethodToPrint()
124 PrintMethodRecord(itr->first, itr->second.GetName()); in FilterMethodToPrint()
159 Record record = it->second; in FilterMethodToPrint()
179 (mode == Mode::TYPED_PATH) ? (it->second.typedPathValue++) : (it->second.slowPathValue++); in FilterMethodToPrint()
212 result->second.Inc(); in FilterMethodToPrint()
226 auto result3 = result2->second.find(bcIndex); in FilterMethodToPrint()
227 if (result3 != result2->second.end()) { in FilterMethodToPrint()
228 (mode == Mode::TYPED_PATH) ? (result3->second.IncFast()) : (result3->second.IncSlow()); in FilterMethodToPrint()
232 result2->second.emplace(bcIndex, record); in FilterMethodToPrint()