Searched defs:DecodingError (Results 1 – 6 of 6) sorted by relevance
761 type DecodingError struct { struct762 off int763 msg string764 val any767 func (e *DecodingError) Error() string {
18 type DecodingError struct { struct19 Err error22 func (de DecodingError) Error() string {
284 TEST_F(DetokenizeWithArgs, DecodingError) { in TEST_F() argument
335 DecodingError(AvError), enumerator
338 fn new(input: cxx::UniquePtr<ffi::ReadTrait>) -> Result<Self, png::DecodingError> { in new()
1276 TEST_F(NetEqImplTest, DecodingError) { in TEST_F() argument