Home
last modified time | relevance | path

Searched refs:UnexpectedWireType (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/protobuf/src/
Derror.rs20 UnexpectedWireType(WireType), enumerator
43 WireError::UnexpectedWireType(..) => write!(f, "unexpected wire type"), in fmt()
100 WireError::UnexpectedWireType(..) => "unexpected wire type", in description()
Dcoded_input_stream.rs585 _ => Err(ProtobufError::WireError(WireError::UnexpectedWireType( in read_unknown()
Drt.rs834 ProtobufError::WireError(WireError::UnexpectedWireType(wire_type)) in unexpected_wire_type()