Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/hpack/
Dhpack.go18 type DecodingError struct { struct
22 func (de DecodingError) Error() string { argument
232 return DecodingError{errors.New("truncated headers")}
326 return DecodingError{errors.New("invalid encoding")}
338 return DecodingError{InvalidIndexError(idx)}
357 return DecodingError{InvalidIndexError(nameIdx)}
395 …return DecodingError{errors.New("dynamic table size update MUST occur at the beginning of a header…
404 return DecodingError{errors.New("dynamic table size update too large")}
411 var errVarintOverflow = DecodingError{errors.New("varint integer overflow")}
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc996 TEST_F(NetEqImplTest, DecodingError) { in TEST_F() argument