Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/zstd/
Dzstd.go490 type zstdError struct { struct
491 offset int64
492 err error
495 func (ze *zstdError) Error() string {
499 func (ze *zstdError) Unwrap() error {