Searched refs:diffInserted (Results 1 – 4 of 4) sorted by relevance
21 diffInserted diffMode = '+' const155 case diffInserted:235 case diffIdentical, diffRemoved, diffInserted:252 case diffInserted:344 outy := opts.WithDiffMode(diffInserted).FormatDiff(r.Value, ptrs)348 outy = opts2.WithDiffMode(diffInserted).FormatDiff(r.Value, ptrs)355 list = append(list, textRecord{Diff: diffInserted, Key: formatKey(r.Key), Value: outy})
37 case diffInserted:47 case diffInserted:209 if r.Diff == diffInserted || r.Diff == diffRemoved {229 if (d == diffInserted || d == diffRemoved) && len(b[n0:]) > maxColumnLength {
214 case diffInserted:224 …if !(r.Diff == diffRemoved || r.Diff == diffInserted) { // start a new non-adjacent difference gro…
48 case diffInserted: