Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dpath.go111 if _, ok := s.(*structField); ok {
137 case *structField:
187 structField struct { struct
237 func (sf structField) String() string { return fmt.Sprintf(".%s", sf.name) } argument
249 func (sf structField) Name() string { return sf.name } argument
250 func (sf structField) Index() int { return sf.idx } argument
258 func (structField) isStructField() {} argument
266 _ StructField = structField{}
273 _ PathStep = structField{}
Dcompare.go280 if sf, ok := s.curPath[len(s.curPath)-1].(*structField); ok && sf.unexported {
454 step := &structField{}