Home
last modified time | relevance | path

Searched defs:structField (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dpath.go187 structField struct { struct
188 pathStep
189 name string
190 idx int
194 unexported bool
195 force bool // Forcibly allow visibility
196 pvx, pvy reflect.Value // Parent values
197 field reflect.StructField // Field information
237 func (sf structField) String() string { return fmt.Sprintf(".%s", sf.name) }
249 func (sf structField) Name() string { return sf.name }
[all …]