github.com/google/go-cmp/cmp.state.report (method)

21 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L251: 			s.report(eq, reportByCycle)
		compare.go#L270: 		s.report(vx.Bool() == vy.Bool(), 0)
		compare.go#L272: 		s.report(vx.Int() == vy.Int(), 0)
		compare.go#L274: 		s.report(vx.Uint() == vy.Uint(), 0)
		compare.go#L276: 		s.report(vx.Float() == vy.Float(), 0)
		compare.go#L278: 		s.report(vx.Complex() == vy.Complex(), 0)
		compare.go#L280: 		s.report(vx.String() == vy.String(), 0)
		compare.go#L282: 		s.report(vx.Pointer() == vy.Pointer(), 0)
		compare.go#L284: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L317: 	s.report(eq, reportByMethod)
		compare.go#L434: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L525: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L531: 		s.report(eq, reportByCycle)
		compare.go#L567: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L573: 		s.report(eq, reportByCycle)
		compare.go#L584: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L589: 		s.report(false, 0)
		compare.go#L595: func (s *state) report(eq bool, rf resultFlags) {
		options.go#L202: func (ignore) apply(s *state, _, _ reflect.Value)                                   { s.report(true, reportByIgnore) }
		options.go#L222: 		s.report(vx.IsValid() == vy.IsValid(), 0)
		options.go#L371: 	s.report(eq, reportByFunc)