Lines Matching defs:it
236 for (auto it = option_.sortKeys_.begin(); it != option_.sortKeys_.end(); ++it) {
237 int result = reportKeyMap_.at(*it).compareFunction_(a, b);
243 HLOGM("not same because %s %d : %s vs %s", it->c_str(), result,
244 reportKeyMap_.at(*it).GetValue(a).c_str(),
245 reportKeyMap_.at(*it).GetValue(b).c_str());
303 // if it have call stack?
318 considered to go before the second in the specific strict weak ordering it defines.
458 // print it self
483 auto it = config.reportItems_.begin();
484 while (it != config.reportItems_.end()) {
485 const ReportItem &reportItem = it.operator*();
486 // if we need skip it ?
488 it++;
502 it++;
523 fprintf(output_, "something error , all it is end.\n");
553 ReportItemsConstIt it = left.reportItems_.begin();
555 while (it != left.reportItems_.end()) {
560 if (MultiLevelSame(*it, *it2)) {
563 if (it->heat > option_.heatLimit_ and it2->heat > option_.heatLimit_) {
564 OutputStdItemHeating(it->heat, it2->heat);
565 OutputStdContentItem(*it);
567 it++;
569 break; // next it
581 // no more it2, go on print all the it
582 if (it->heat > option_.heatLimit_) {
583 OutputStdItemHeating(it->heat, 0.0f);
584 OutputStdContentItem(*it);
586 it++;
587 continue; // next it
591 // if diff still have some item in it2 ,print it