Searched defs:parsed_flags (Results 1 – 10 of 10) sorted by relevance
75 let mut parsed_flags = ProtoParsedFlags::new(); in parse_flags() localVariable216 let parsed_flags = input.try_parse_flags()?; in create_java_lib() localVariable244 let parsed_flags = input.try_parse_flags()?; in create_cpp_lib() localVariable260 let parsed_flags = input.try_parse_flags()?; in create_rust_lib() localVariable282 let parsed_flags = input.try_parse_flags()?; in create_device_config_defaults() localVariable304 let parsed_flags = input.try_parse_flags()?; in create_device_config_sysprops() localVariable332 let parsed_flags: ProtoParsedFlags = in dump_parsed_flags() localVariable471 let parsed_flags = crate::test::parse_test_flags(); in test_offset_fingerprint() localVariable482 let parsed_flags: ProtoParsedFlags = crate::test::parse_test_flags(); in test_offset_fingerprint_matches_from_package() localVariable505 let parsed_flags: ProtoParsedFlags = crate::test::parse_test_flags(); in test_offset_fingerprint_different_packages_does_not_match() 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
30 let parsed_flags = aconfig_protos::parsed_flags::try_from_binary_proto(&buffer) in get_relevant_flags_from_binary_proto() 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
615 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_production() localVariable775 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_exported() localVariable998 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_new_exported() localVariable1210 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_new_exported_with_sdk_check() localVariable1436 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_flags_with_sdk_check() localVariable1484 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_test() localVariable1612 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_force_read_only() localVariable1898 let parsed_flags = crate::test::parse_test_flags(); in test_generate_java_code_exported_flags() localVariable
1320 let parsed_flags = crate::test::parse_test_flags(); in test_generate_cpp_code_for_prod() localVariable1331 let parsed_flags = crate::test::parse_test_flags(); in test_generate_cpp_code_for_test() localVariable1342 let parsed_flags = crate::test::parse_test_flags(); in test_generate_cpp_code_for_force_read_only() localVariable1353 let parsed_flags = crate::test::parse_read_only_test_flags(); in test_generate_cpp_code_for_read_only_prod() localVariable
919 let parsed_flags = crate::test::parse_test_flags(); in test_generate_rust_code() localVariable
58 let parsed_flags: ProtoParsedFlags = protobuf::Message::parse_from_bytes(&bytes)?; in load() localVariable
53 let parsed_flags = aconfig_protos::parsed_flags::try_from_binary_proto(&buffer) in get_exported_flags_from_binary_proto() localVariable
193 message parsed_flags { message