type github.com/google/go-cmp/cmp.Transform
14 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L324: func (s *state) callTRFunc(f, v reflect.Value, step Transform) reflect.Value {
compare.go#L619: if t, ok := ps.(Transform); ok {
options.go#L311: if t, ok := s.curPath[i].(Transform); !ok {
options.go#L324: step := Transform{&transform{pathStep{typ: tr.fnc.Type().Out(0)}, tr}}
path.go#L67: _ PathStep = Transform{}
path.go#L147: case Transform:
path.go#L300: type Transform struct{ *transform }
path.go#L306: func (tf Transform) Type() reflect.Type { return tf.typ }
path.go#L307: func (tf Transform) Values() (vx, vy reflect.Value) { return tf.vx, tf.vy }
path.go#L308: func (tf Transform) String() string { return fmt.Sprintf("%s()", tf.trans.name) }
path.go#L311: func (tf Transform) Name() string { return tf.trans.name }
path.go#L314: func (tf Transform) Func() reflect.Value { return tf.trans.fnc }
path.go#L318: func (tf Transform) Option() Option { return tf.trans }
report_value.go#L72: case Transform:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)