type github.com/google/go-cmp/cmp.Indirect
10 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L579: s.compareAny(Indirect{&indirect{pathStep{t.Elem(), vx, vy}}})
path.go#L60: _ PathStep = Indirect{}
path.go#L121: case Indirect:
path.go#L125: case Indirect:
path.go#L268: type Indirect struct{ *indirect }
path.go#L273: func (in Indirect) Type() reflect.Type { return in.typ }
path.go#L274: func (in Indirect) Values() (vx, vy reflect.Value) { return in.vx, in.vy }
path.go#L275: func (in Indirect) String() string { return "*" }
report_value.go#L66: case Indirect:
github.com/google/go-cmp/cmp/cmpopts
struct_filter.go#L121: case cmp.Indirect:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |