Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/tests/
Dbindgen-up-to-date.rs17 .rustfmt_bindings(true) in test_ittnotify_bindings_up_to_date()
45 .rustfmt_bindings(true) in test_jitprofiling_bindings_up_to_date()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs603 if !self.options.rustfmt_bindings { in command_line_flags()
1516 pub fn rustfmt_bindings(mut self, doit: bool) -> Self { in rustfmt_bindings() method
1517 self.options.rustfmt_bindings = doit; in rustfmt_bindings()
1530 self = self.rustfmt_bindings(true); in rustfmt_configuration_file()
2111 rustfmt_bindings: bool, field
2291 rustfmt_bindings: true, in default()
2720 Ok(rustfmt_bindings) => { in write()
2721 writer.write_all(rustfmt_bindings.as_bytes())?; in write()
2736 debug_assert!(self.options.rustfmt_bindings); in rustfmt_path()
2764 if !self.options.rustfmt_bindings { in rustfmt_generated_string()
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs280 rustfmt_bindings: bool, field
464 rustfmt_bindings: _, in builder_from_flags()
828 builder = builder.rustfmt_bindings(false); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen-integration/
Dbuild.rs169 .rustfmt_bindings(false) in setup_macro_test()