Home
last modified time | relevance | path

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

/external/crosvm/protos/tests/common/
Dmod.rs28 let serialized = message.write_to_bytes().unwrap(); in test_round_trip()
/external/rust/crates/protobuf/src/
Dany.rs65 value: message.write_to_bytes()?, in pack_with_type_url_prefix()
Dmessage.rs157 fn write_to_bytes(&self) -> ProtobufResult<Vec<u8>> { in write_to_bytes() method
/external/rust/crates/protobuf/src/well_known_types_util/
Dany.rs64 value: message.write_to_bytes()?, in pack_with_type_url_prefix()
/external/rust/crates/protobuf-codegen/src/
Dlib.rs101 let fdp_bytes = file.write_to_bytes().unwrap(); in write_file_descriptor_data()