Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/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
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/proto/
H A Dutils.rs31 pub fn parse_from_bytes<M: Message>(bytes: &[u8]) -> Result<M> { in parse_from_bytes() function
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Dmessage.rs124 fn parse_from_bytes(bytes: &[u8]) -> crate::Result<Self> { in parse_from_bytes() method
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/python/bumble/bumble/
Dsdp.py298 def parse_from_bytes(data, offset): member in DataElement
Dhci.py1460 def parse_from_bytes(cls, data: bytes, offset: int): member in CodingFormat