Searched refs:edit (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1135 void PushLine(char edit, const char* line) { argument
1136 switch (edit) {
1211 // Find first edit.
1234 // There is no next edit or it is too far away.
1239 EditType edit = edits[edit_i]; local
1241 n_suffix = edit == kMatch ? n_suffix + 1 : 0;
1243 if (edit == kMatch || edit == kRemove || edit == kReplace) {
1244 hunk.PushLine(edit
[all...]

Completed in 14 milliseconds