Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dlib.rs513 if self.options.conservative_inline_namespaces { in command_line_flags()
1281 pub fn conservative_inline_namespaces(mut self) -> Builder { in conservative_inline_namespaces() method
1282 self.options.conservative_inline_namespaces = true; in conservative_inline_namespaces()
1802 conservative_inline_namespaces: bool, field
2014 conservative_inline_namespaces: false, in default()
Doptions.rs818 builder = builder.conservative_inline_namespaces(); in builder_from_flags()
/external/rust/crates/bindgen/src/ir/
Ditem.rs495 ctx.options().conservative_inline_namespaces in codegen_depth()
860 if !ctx.options().conservative_inline_namespaces { in real_canonical_name()
1043 ctx.options().conservative_inline_namespaces in compute_path()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs544 !ctx.options().conservative_inline_namespaces) in codegen()