Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dprotos.rs87 pub fn get_binary_proto_from_text_proto(text_proto: &str) -> Result<Vec<u8>> { in get_binary_proto_from_text_proto() function
95 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()