Home
last modified time | relevance | path

Searched defs:ProtobufError (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Derror.rs58 pub enum ProtobufError { enum
72 impl ProtobufError { impl
75 pub fn message_not_initialized(message: &'static str) -> ProtobufError { in message_not_initialized()
80 impl fmt::Display for ProtobufError { implementation
92 impl Error for ProtobufError { implementation
125 impl From<io::Error> for ProtobufError { implementation
131 impl From<str::Utf8Error> for ProtobufError { implementation
Drt.rs832 pub fn unexpected_wire_type(wire_type: WireType) -> ProtobufError { in unexpected_wire_type()
/aosp_15_r20/external/crosvm/devices/src/
H A Dvtpm_proxy.rs118 ProtobufError(protobuf::Error), enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Derror.rs45 pub(crate) enum ProtobufError { enum