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

11 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L593: 		r.Report(Result{flags: rf})
		options.go#L444: type Result struct {
		options.go#L451: func (r Result) Equal() bool {
		options.go#L457: func (r Result) ByIgnore() bool {
		options.go#L462: func (r Result) ByMethod() bool {
		options.go#L467: func (r Result) ByFunc() bool {
		options.go#L472: func (r Result) ByCycle() bool {
		options.go#L512: 	Report(Result)
		options.go#L524: 	Report(Result)
		report.go#L29: func (r *defaultReporter) Report(rs Result) {
		report_value.go#L83: func (r *valueNode) Report(rs Result) {