Searched refs:get_binary_proto_from_text_proto (Results 1 – 1 of 1) sorted by relevance
87 pub fn get_binary_proto_from_text_proto(text_proto: &str) -> Result<Vec<u8>> { in get_binary_proto_from_text_proto() function95 let bytes = get_binary_proto_from_text_proto(text_proto).unwrap(); in write_proto_to_temp_file()127 storage_record_pb::get_binary_proto_from_text_proto(text_proto).unwrap(); in test_parse_storage_record_pb()159 storage_record_pb::get_binary_proto_from_text_proto(text_proto).unwrap(); in test_parse_invalid_storage_record_pb()177 storage_record_pb::get_binary_proto_from_text_proto(text_proto).unwrap(); in test_parse_invalid_storage_record_pb()195 storage_record_pb::get_binary_proto_from_text_proto(text_proto).unwrap(); in test_parse_invalid_storage_record_pb()