Searched refs:DecodingError (Results 1 – 3 of 3) sorted by relevance
/prebuilts/go/linux-x86/src/debug/gosym/ |
D | symtab.go | 215 return &DecodingError{len(data), "unexpected EOF", nil} 219 return &DecodingError{7, "invalid pointer size", ptrsz} 241 return &DecodingError{len(data), "unexpected EOF", nil} 261 return &DecodingError{len(data), "unexpected EOF", nil} 268 return &DecodingError{len(data), "unexpected EOF", nil} 283 return &DecodingError{len(data), "unexpected EOF", nil} 287 return &DecodingError{len(data) - len(p) + 4, "bad symbol type", typ} 314 return &DecodingError{len(data), "unexpected EOF", nil} 322 return &DecodingError{len(data), "unexpected EOF", nil} 385 return &DecodingError{-1, "bad filename code", eltIdx} [all …]
|
/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http2/hpack/ |
D | hpack.go | 18 type DecodingError struct { struct 22 func (de DecodingError) Error() string { argument 238 return DecodingError{errors.New("truncated headers")} 334 return DecodingError{errors.New("invalid encoding")} 346 return DecodingError{InvalidIndexError(idx)} 366 return DecodingError{InvalidIndexError(nameIdx)} 416 …return DecodingError{errors.New("dynamic table size update MUST occur at the beginning of a header… 425 return DecodingError{errors.New("dynamic table size update too large")} 432 var errVarintOverflow = DecodingError{errors.New("varint integer overflow")}
|
/prebuilts/go/linux-x86/api/ |
D | go1.txt | 1843 pkg debug/gosym, method (*DecodingError) Error() string 1862 pkg debug/gosym, type DecodingError struct
|