type github.com/google/go-cmp/cmp.transformer
10 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L635: tf := t.(*transformer).fnc.Type()
options.go#L73: case *comparer, *transformer, Options:
options.go#L79: case *comparer, *transformer, Options:
options.go#L288: tr := &transformer{name: name, fnc: reflect.ValueOf(f)}
options.go#L295: type transformer struct {
options.go#L302: func (tr *transformer) isFiltered() bool { return tr.typ != nil }
options.go#L304: func (tr *transformer) filter(s *state, t reflect.Type, _, _ reflect.Value) applicableOption {
options.go#L318: func (tr *transformer) apply(s *state, vx, vy reflect.Value) {
options.go#L326: func (tr transformer) String() string {
path.go#L291: trans *transformer
 |
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. |