Searched refs:BindgenOptions (Results 1 – 5 of 5) sorted by relevance
/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/ |
D | mod.rs | 5 use crate::BindgenOptions; 14 should_run: fn(&BindgenOptions) -> bool, 34 options: &BindgenOptions, in postprocessing() argument
|
/third_party/rust/crates/bindgen/bindgen/ |
D | lib.rs | 255 options: BindgenOptions, 1840 struct BindgenOptions { struct 2184 impl BindgenOptions { argument 2263 impl Default for BindgenOptions { implementation 2264 fn default() -> BindgenOptions { in default() 2267 BindgenOptions { in default() 2450 options: BindgenOptions, 2512 mut options: BindgenOptions, in generate() argument 2544 fn detect_include_paths(options: &mut BindgenOptions) { in generate() argument
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | context.rs | 24 use crate::BindgenOptions; 374 options: BindgenOptions, 525 options: BindgenOptions, in new() argument 1150 ) -> Result<(Out, BindgenOptions, Vec<String>), CodegenError> in gen() argument 2096 pub(crate) fn options(&self) -> &BindgenOptions { in options() argument
|
/third_party/rust/crates/bindgen/ |
D | CONTRIBUTING.md | 334 - Introduce a new field to `BindgenOptions` for the option. 336 option. This function with the same name of the `BindgenOptions` field.
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | mod.rs | 20 use super::BindgenOptions; 4479 ) -> Result<(proc_macro2::TokenStream, BindgenOptions, Vec<String>), CodegenError> in codegen() argument
|