type github.com/google/go-cmp/cmp/cmpopts.xformFilter

3 uses

	github.com/google/go-cmp/cmp/cmpopts (current package)
		xform.go#L11: type xformFilter struct{ xform cmp.Option }
		xform.go#L13: func (xf xformFilter) filter(p cmp.Path) bool {
		xform.go#L33: 	xf := xformFilter{cmp.Transformer(name, xformFunc)}