Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/hpack/
Dhpack.go18 type DecodingError struct { struct
19 Err error
22 func (de DecodingError) Error() string {
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc996 TEST_F(NetEqImplTest, DecodingError) { in TEST_F() argument