Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/debug/gosym/
Dsymtab.go761 type DecodingError struct { struct
762 off int
763 msg string
764 val any
767 func (e *DecodingError) Error() string {
/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http2/hpack/
Dhpack.go18 type DecodingError struct { struct
19 Err error
22 func (de DecodingError) Error() string {