Home
last modified time | relevance | path

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

/aosp_15_r20/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 {
/aosp_15_r20/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 {
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Ddetokenize_test.cc284 TEST_F(DetokenizeWithArgs, DecodingError) { in TEST_F() argument
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/
H A Dlib.rs335 DecodingError(AvError), enumerator
/aosp_15_r20/external/skia/experimental/rust_png/ffi/
H A DFFI.rs338 fn new(input: cxx::UniquePtr<ffi::ReadTrait>) -> Result<Self, png::DecodingError> { in new()
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc1276 TEST_F(NetEqImplTest, DecodingError) { in TEST_F() argument