Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Derror.go116 type boundsError struct { struct
117 x int64
118 y int
123 signed bool
124 code boundsErrorCode
172 func (e boundsError) RuntimeError() {}
184 func (e boundsError) Error() string {