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

11 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L591: 		r.Report(Result{flags: rf})
		options.go#L436: type Result struct {
		options.go#L443: func (r Result) Equal() bool {
		options.go#L449: func (r Result) ByIgnore() bool {
		options.go#L454: func (r Result) ByMethod() bool {
		options.go#L459: func (r Result) ByFunc() bool {
		options.go#L464: func (r Result) ByCycle() bool {
		options.go#L504: 	Report(Result)
		options.go#L516: 	Report(Result)
		report.go#L29: func (r *defaultReporter) Report(rs Result) {
		report_value.go#L83: func (r *valueNode) Report(rs Result) {