Searched defs:pathStep (Results 1 – 1 of 1) sorted by relevance
153 type pathStep struct { struct154 typ reflect.Type155 vx, vy reflect.Value158 func (ps pathStep) Type() reflect.Type { return ps.typ }159 func (ps pathStep) Values() (vx, vy reflect.Value) { return ps.vx, ps.vy }160 func (ps pathStep) String() string {174 pathStep anonMember213 pathStep anonMember258 pathStep anonMember272 pathStep anonMember[all …]