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

11 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L378: 	step := StructField{&structField{}}
		path.go#L57: 	_ PathStep = StructField{}
		path.go#L102: 		if _, ok := s.(StructField); ok {
		path.go#L129: 			case StructField:
		path.go#L172: type StructField struct{ *structField }
		path.go#L187: func (sf StructField) Type() reflect.Type { return sf.typ }
		path.go#L188: func (sf StructField) Values() (vx, vy reflect.Value) {
		path.go#L201: func (sf StructField) String() string { return fmt.Sprintf(".%s", sf.name) }
		path.go#L204: func (sf StructField) Name() string { return sf.name }
		path.go#L208: func (sf StructField) Index() int { return sf.idx }
		report_value.go#L57: 	case StructField: