Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/proto/
Dutils.rs31 pub fn parse_from_bytes<M: Message>(bytes: &[u8]) -> Result<M> { in parse_from_bytes() function
/external/rust/crates/protobuf/2.27.1/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
/external/rust/crates/protobuf/src/
Dmessage.rs124 fn parse_from_bytes(bytes: &[u8]) -> crate::Result<Self> { in parse_from_bytes() method
/external/rust/crates/protobuf/src/reflect/message/
Dmod.rs331 pub fn parse_from_bytes(&self, bytes: &[u8]) -> crate::Result<Box<dyn MessageDyn>> { in parse_from_bytes() method
/external/python/bumble/bumble/
Dsdp.py286 def parse_from_bytes(data, offset): member in DataElement