type github.com/google/go-cmp/cmp.Indirect
9 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L566: s.compareAny(Indirect{&indirect{pathStep{t.Elem(), vx, vy}}})
path.go#L65: _ PathStep = Indirect{}
path.go#L130: case Indirect:
path.go#L134: case Indirect:
path.go#L279: type Indirect struct{ *indirect }
path.go#L284: func (in Indirect) Type() reflect.Type { return in.typ }
path.go#L285: func (in Indirect) Values() (vx, vy reflect.Value) { return in.vx, in.vy }
path.go#L286: func (in Indirect) String() string { return "*" }
report_value.go#L66: case Indirect:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)