Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dpath.go152 case *typeAssertion:
184 typeAssertion struct { struct
236 func (ta typeAssertion) String() string { return fmt.Sprintf(".(%v)", ta.typ) } argument
257 func (typeAssertion) isTypeAssertion() {} argument
265 _ TypeAssertion = typeAssertion{}
272 _ PathStep = typeAssertion{}
Dcompare.go255 s.curPath.push(&typeAssertion{pathStep{vx.Elem().Type()}})