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

8 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L73: 		case *comparer, *transformer, Options:
		options.go#L79: 			case *comparer, *transformer, Options:
		options.go#L347: 	cm := &comparer{fnc: v}
		options.go#L354: type comparer struct {
		options.go#L360: func (cm *comparer) isFiltered() bool { return cm.typ != nil }
		options.go#L362: func (cm *comparer) filter(_ *state, t reflect.Type, _, _ reflect.Value) applicableOption {
		options.go#L369: func (cm *comparer) apply(s *state, vx, vy reflect.Value) {
		options.go#L374: func (cm comparer) String() string {