const github.com/google/go-cmp/cmp.reportByIgnore

5 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L596: 	if rf&reportByIgnore == 0 {
		options.go#L202: func (ignore) apply(s *state, _, _ reflect.Value)                                   { s.report(true, reportByIgnore) }
		options.go#L442: 	return r.flags&(reportEqual|reportByIgnore) != 0
		options.go#L448: 	return r.flags&reportByIgnore != 0
		options.go#L473: 	reportByIgnore