Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/errors/
Derrors.go66 type errorString struct { struct
67 s string
70 func (e *errorString) Error() string {
/prebuilts/go/linux-x86/src/math/bits/
Dbits_errors_bootstrap.go12 type errorString string type
/prebuilts/go/linux-x86/src/runtime/
Derror.go76 type errorString string type
/prebuilts/go/linux-x86/src/fmt/
Dscan.go243 func (s *ss) errorString(err string) { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/rangefunc/
Drangefunc_test.go259 type errorString string type