Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/aconfig/aconfig_protos/src/
H A Dlib.rs692 fn try_from_binary_proto_from_text_proto(text_proto: &str) -> Result<ProtoParsedFlags> { in try_from_binary_proto_from_text_proto() function
742 let parsed_flags = try_from_binary_proto_from_text_proto(text_proto).unwrap(); in test_parsed_flags_try_from_text_proto()
762 let parsed_flags = try_from_binary_proto_from_text_proto("").unwrap(); in test_parsed_flags_try_from_text_proto()
777 let error = try_from_binary_proto_from_text_proto(text_proto).unwrap_err(); in test_parsed_flags_try_from_text_proto()
796 let error = try_from_binary_proto_from_text_proto(text_proto).unwrap_err(); in test_parsed_flags_try_from_text_proto()
832 let error = try_from_binary_proto_from_text_proto(text_proto).unwrap_err(); in test_parsed_flags_try_from_text_proto()
871 let error = try_from_binary_proto_from_text_proto(text_proto).unwrap_err(); in test_parsed_flags_try_from_text_proto()
910 let error = try_from_binary_proto_from_text_proto(text_proto).unwrap_err(); in test_parsed_flags_try_from_text_proto()
938 let parsed_flags = try_from_binary_proto_from_text_proto(text_proto).unwrap(); in test_parsed_flag_path_to_declaration()
977 let expected = try_from_binary_proto_from_text_proto(text_proto).unwrap(); in test_parsed_flags_merge()
[all …]