Lines Matching refs:right
560 void Report::OutputStdContentDiff(ReportEventConfigItem &left, ReportEventConfigItem &right) in OutputStdContentDiff() argument
563 HLOGD("first count %zu second count %zu", left.reportItems_.size(), right.reportItems_.size()); in OutputStdContentDiff()
565 ReportItemsConstIt it2 = right.reportItems_.begin(); in OutputStdContentDiff()
568 if (it2 != right.reportItems_.end()) { in OutputStdContentDiff()
570 while (it2 != right.reportItems_.end()) { in OutputStdContentDiff()
601 while (it2 != right.reportItems_.end()) { in OutputStdContentDiff()
640 auto right = other.configs_.begin(); in OutputStdDiff() local
641 while (right != other.configs_.end()) { in OutputStdDiff()
642 if (*left == *right) { in OutputStdDiff()
645 OutputStdContentDiff(*left, *right); in OutputStdDiff()
648 right++; in OutputStdDiff()