type github.com/google/go-cmp/cmp.valuesFilter

4 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L163: 		vf := &valuesFilter{fnc: v, opt: opt}
		options.go#L172: type valuesFilter struct {
		options.go#L179: func (f valuesFilter) filter(s *state, t reflect.Type, vx, vy reflect.Value) applicableOption {
		options.go#L189: func (f valuesFilter) String() string {