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()
628 auto right = other.configs_.begin(); in OutputStdDiff() local
629 while (right != other.configs_.end()) { in OutputStdDiff()
630 if (*left == *right) { in OutputStdDiff()
633 OutputStdContentDiff(*left, *right); in OutputStdDiff()
636 right++; in OutputStdDiff()