Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/fmt/
Derrors.go54 type wrapError struct { struct
55 msg string
56 err error
59 func (e *wrapError) Error() string {
63 func (e *wrapError) Unwrap() error {
/prebuilts/go/linux-x86/src/internal/zstd/
Dzstd.go518 func (r *Reader) wrapError(off int, err error) error { func