Searched defs:parsed_flags (Results 1 – 9 of 9) sorted by relevance
71 let mut parsed_flags = ProtoParsedFlags::new(); in parse_flags() localVariable195 let parsed_flags = input.try_parse_flags()?; in create_java_lib() localVariable215 let parsed_flags = input.try_parse_flags()?; in create_cpp_lib() localVariable241 let parsed_flags = input.try_parse_flags()?; in create_rust_lib() localVariable268 let parsed_flags = input.try_parse_flags()?; in create_device_config_defaults() localVariable290 let parsed_flags = input.try_parse_flags()?; in create_device_config_sysprops() localVariable318 let parsed_flags: ProtoParsedFlags = in dump_parsed_flags() localVariable410 let parsed_flags = crate::test::parse_test_flags(); // calls parse_flags in test_parse_flags() localVariable481 let parsed_flags = in test_parse_flags_setting_default() localVariable621 let parsed_flags = in test_parse_flags_metadata() localVariable[all …]
52 let parsed_flags = in dump_parsed_flags() localVariable57 let parsed_flags = in dump_parsed_flags() localVariable227 let parsed_flags = parse_test_flags(); in test_dump_parsed_flags_protobuf_format() localVariable235 let parsed_flags = parse_test_flags(); in test_dump_parsed_flags_textproto_format() localVariable246 let parsed_flags = parse_test_flags(); in test_dump_parsed_flags_custom_format() localVariable302 let parsed_flags = parse_test_flags(); in test_create_filter_predicate() localVariable
1231 let parsed_flags = crate::test::parse_test_flags(); in test_generate_cpp_code_for_prod() localVariable1243 let parsed_flags = crate::test::parse_test_flags(); in test_generate_cpp_code_for_test() localVariable1255 let parsed_flags = crate::test::parse_test_flags(); in test_generate_cpp_code_for_exported() localVariable1267 let parsed_flags = crate::test::parse_test_flags(); in test_generate_cpp_code_for_force_read_only() localVariable1279 let parsed_flags = crate::test::parse_read_only_test_flags(); in test_generate_cpp_code_for_read_only_prod() localVariable
476 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_production() localVariable646 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_exported() localVariable832 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_test() localVariable957 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_force_read_only() localVariable
1304 let parsed_flags = crate::test::parse_test_flags(); in test_generate_rust_code() localVariable
336 pub mod parsed_flags { module695 let parsed_flags: ProtoParsedFlags = try_from_text_proto(text_proto)?; in try_from_binary_proto_from_text_proto() localVariable742 let parsed_flags = try_from_binary_proto_from_text_proto(text_proto).unwrap(); in test_parsed_flags_try_from_text_proto() localVariable762 let parsed_flags = try_from_binary_proto_from_text_proto("").unwrap(); in test_parsed_flags_try_from_text_proto() localVariable938 let parsed_flags = try_from_binary_proto_from_text_proto(text_proto).unwrap(); in test_parsed_flag_path_to_declaration() localVariable
55 let parsed_flags: ProtoParsedFlags = protobuf::Message::parse_from_bytes(&bytes)?; in load() localVariable
91 let parsed_flags: ProtoParsedFlags = protobuf::Message::parse_from_bytes(&bytes) in main() localVariable
193 message parsed_flags { message