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

3 uses

	github.com/google/go-cmp/cmp/cmpopts (current package)
		ignore.go#L71: type ifaceFilter []reflect.Type
		ignore.go#L73: func newIfaceFilter(ifaces interface{}) (tf ifaceFilter) {
		ignore.go#L94: func (tf ifaceFilter) filter(p cmp.Path) bool {