Home
last modified time | relevance | path

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

/aosp_15_r20/external/go-cmp/cmp/
H A Dreport_compare.go108 return opts.FormatDiffSlice(v)
339 out := opts.FormatDiffSlice(r.Value)
H A Dreport_slices.go90 func (opts formatOptions) FormatDiffSlice(v *valueNode) textNode { func