Home
last modified time | relevance | path

Searched refs:hunk (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc2720 Hunk hunk(l_i - prefix_context + 1, r_i - prefix_context + 1); in CreateUnifiedDiff() local
2722 hunk.PushLine(' ', left[l_i - i].c_str()); in CreateUnifiedDiff()
2744 hunk.PushLine(edit == kMatch ? ' ' : '-', left[l_i].c_str()); in CreateUnifiedDiff()
2747 hunk.PushLine('+', right[r_i].c_str()); in CreateUnifiedDiff()
2755 if (!hunk.has_edits()) { in CreateUnifiedDiff()
2760 hunk.PrintTo(&ss); in CreateUnifiedDiff()