Searched refs:write_to_bytes (Results 1 – 5 of 5) sorted by relevance
28 let serialized = message.write_to_bytes().unwrap(); in test_round_trip()
65 value: message.write_to_bytes()?, in pack_with_type_url_prefix()
157 fn write_to_bytes(&self) -> ProtobufResult<Vec<u8>> { in write_to_bytes() method
64 value: message.write_to_bytes()?, in pack_with_type_url_prefix()
101 let fdp_bytes = file.write_to_bytes().unwrap(); in write_file_descriptor_data()