Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/src/
Derror.rs137 | ErrorCode::EofWhileParsingArray in classify()
277 EofWhileParsingArray, enumerator
304 ErrorCode::EofWhileParsingArray => f.write_str("EOF while parsing an array"), in fmt()
Dde.rs462 None => Err(de.error(ErrorCode::EofWhileParsingArray)), in parse_indefinite_array()
562 None => Err(de.error(ErrorCode::EofWhileParsingArray)), in parse_indefinite_enum()
958 None => return Err(self.de.error(ErrorCode::EofWhileParsingArray)), in next_element_seed()