Searched refs:structField (Results 1 – 2 of 2) sorted by relevance
111 if _, ok := s.(*structField); ok {137 case *structField:187 structField struct { struct237 func (sf structField) String() string { return fmt.Sprintf(".%s", sf.name) } argument249 func (sf structField) Name() string { return sf.name } argument250 func (sf structField) Index() int { return sf.idx } argument258 func (structField) isStructField() {} argument266 _ StructField = structField{}273 _ PathStep = structField{}
280 if sf, ok := s.curPath[len(s.curPath)-1].(*structField); ok && sf.unexported {454 step := &structField{}