Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Derror.go84 type errorAddressString struct { struct
85 msg string // error message
86 addr uintptr // memory address where the error occurred
89 func (e errorAddressString) RuntimeError() {}
91 func (e errorAddressString) Error() string {
100 func (e errorAddressString) Addr() uintptr {