type github.com/google/go-cmp/cmp.Indirect
9 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L564: s.compareAny(Indirect{&indirect{pathStep{t.Elem(), vx, vy}}})
path.go#L60: _ PathStep = Indirect{}
path.go#L123: case Indirect:
path.go#L127: case Indirect:
path.go#L270: type Indirect struct{ *indirect }
path.go#L275: func (in Indirect) Type() reflect.Type { return in.typ }
path.go#L276: func (in Indirect) Values() (vx, vy reflect.Value) { return in.vx, in.vy }
path.go#L277: func (in Indirect) String() string { return "*" }
report_value.go#L66: case Indirect:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)