Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Dmessage.rs112 fn parse_from_bytes(bytes: &[u8]) -> ProtobufResult<Self> in parse_from_bytes() method
272 pub fn parse_from_bytes<M: Message>(bytes: &[u8]) -> ProtobufResult<M> { in parse_from_bytes() function