type github.com/google/go-cmp/cmp.pathStep
17 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L161: return &pathStep{t, vx, vy}
compare.go#L452: step := SliceIndex{&sliceIndex{pathStep: pathStep{typ: t.Elem()}, isSlice: isSlice}}
compare.go#L538: step := MapIndex{&mapIndex{pathStep: pathStep{typ: t.Elem()}}}
compare.go#L579: s.compareAny(Indirect{&indirect{pathStep{t.Elem(), vx, vy}}})
compare.go#L592: s.compareAny(TypeAssertion{&typeAssertion{pathStep{vx.Type(), vx, vy}}})
options.go#L319: step := Transform{&transform{pathStep{typ: tr.fnc.Type().Out(0)}, tr}}
path.go#L88: return pathStep{}
path.go#L151: type pathStep struct {
path.go#L156: func (ps pathStep) Type() reflect.Type { return ps.typ }
path.go#L157: func (ps pathStep) Values() (vx, vy reflect.Value) { return ps.vx, ps.vy }
path.go#L158: func (ps pathStep) String() string {
path.go#L172: pathStep
path.go#L211: pathStep
path.go#L256: pathStep
path.go#L270: pathStep
path.go#L280: pathStep
path.go#L290: pathStep
 |
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. |