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

11 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L606: 		r.Report(Result{flags: rf})
		options.go#L434: type Result struct {
		options.go#L441: func (r Result) Equal() bool {
		options.go#L447: func (r Result) ByIgnore() bool {
		options.go#L452: func (r Result) ByMethod() bool {
		options.go#L457: func (r Result) ByFunc() bool {
		options.go#L462: func (r Result) ByCycle() bool {
		options.go#L502: 	Report(Result)
		options.go#L514: 	Report(Result)
		report.go#L29: func (r *defaultReporter) Report(rs Result) {
		report_value.go#L83: func (r *valueNode) Report(rs Result) {