Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Derror.go24 type TypeAssertionError struct { struct
25 _interface *_type
26 concrete *_type
27 asserted *_type
28 missingMethod string // one method needed by Interface, missing from Concrete
31 func (*TypeAssertionError) RuntimeError() {}
33 func (e *TypeAssertionError) Error() string {