Home
last modified time | relevance | path

Searched refs:command_line_flags (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs283 return Err(Error::new(ErrorKind::Other, format!("Checking CLI flags roundtrip errored! You probably need to fix Builder::command_line_flags. {}", e))); in compare_generated_header()
308 let mut flags = self.builder.command_line_flags(); in into_builder()
692 let mut command_line_flags = builder.command_line_flags(); in build_flags_output_helper() variables
693 command_line_flags.insert(0, "bindgen".to_string()); in build_flags_output_helper()
695 let flags_quoted: Vec<String> = command_line_flags in build_flags_output_helper()
703 crate::options::builder_from_flags(command_line_flags.into_iter()) in build_flags_output_helper()
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs279 pub fn command_line_flags(&self) -> Vec<String> { in command_line_flags() functions
3005 let command_line_flags = bindings.command_line_flags(); in commandline_flag_unit_test_function()
3017 assert!(test_cases.iter().all(|x| command_line_flags.contains(x))); in commandline_flag_unit_test_function()
3025 let command_line_flags = bindings.command_line_flags(); in commandline_flag_unit_test_function()
3040 println!("{:?}", command_line_flags); in commandline_flag_unit_test_function()
3042 assert!(test_cases.iter().all(|x| command_line_flags.contains(x))); in commandline_flag_unit_test_function()

Completed in 5 milliseconds