Home
last modified time | relevance | path

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

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/proto/
H A Dutils.rs23 pub fn write_to_bytes<M: Message>(msg: &M) -> Result<Vec<u8>> { in write_to_bytes() function
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/benches/
Dwrite.rs14 fn write_to_bytes(b: &mut Bencher) { in write_to_bytes() function
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Dmessage.rs164 fn write_to_bytes(&self) -> crate::Result<Vec<u8>> { in write_to_bytes() method
Dunknown.rs341 pub fn write_to_bytes(&self) -> Vec<u8> { in write_to_bytes() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Dmessage.rs157 fn write_to_bytes(&self) -> ProtobufResult<Vec<u8>> { in write_to_bytes() method