Home
last modified time | relevance | path

Searched defs:DiffReporter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/go-cmp/cmp/
H A Dexample_reporter_test.go16 type DiffReporter struct { struct
17 path cmp.Path
18 diffs []string
21 func (r *DiffReporter) PushStep(ps cmp.PathStep) {
25 func (r *DiffReporter) Report(rs cmp.Result) {
32 func (r *DiffReporter) PopStep() {
36 func (r *DiffReporter) String() string {