Searched refs:typeAssertion (Results 1 – 2 of 2) sorted by relevance
152 case *typeAssertion:184 typeAssertion struct { struct236 func (ta typeAssertion) String() string { return fmt.Sprintf(".(%v)", ta.typ) } argument257 func (typeAssertion) isTypeAssertion() {} argument265 _ TypeAssertion = typeAssertion{}272 _ PathStep = typeAssertion{}
255 s.curPath.push(&typeAssertion{pathStep{vx.Elem().Type()}})