Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dpath.go184 typeAssertion struct { struct
185 pathStep
236 func (ta typeAssertion) String() string { return fmt.Sprintf(".(%v)", ta.typ) }
257 func (typeAssertion) isTypeAssertion() {}