Home
last modified time | relevance | path

Searched refs:enable_cxx_namespaces (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Ditem.rs496 if !ctx.options().enable_cxx_namespaces { in codegen_depth()
583 if ctx.options().enable_cxx_namespaces && in is_toplevel()
599 } else if ctx.options().enable_cxx_namespaces || in is_toplevel()
853 if ctx.options().enable_cxx_namespaces { in real_canonical_name()
1942 let in_namespace = ctx.options().enable_cxx_namespaces || in canonical_name()
1969 } else if !ctx.options().enable_cxx_namespaces { in namespace_aware_canonical_path()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen-cli/
Doptions.rs242 enable_cxx_namespaces: bool, field
504 enable_cxx_namespaces, in builder_from_flags()
785 if enable_cxx_namespaces { in builder_from_flags()
786 builder = builder.enable_cxx_namespaces(); in builder_from_flags()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dhelpers.rs117 if ctx.options().enable_cxx_namespaces { in bitfield_unit()
238 if ctx.options().enable_cxx_namespaces { in float_kind_rust_type()
Dmod.rs99 if ctx.options().enable_cxx_namespaces { in top_level_path()
112 assert!(ctx.options().enable_cxx_namespaces, "Somebody messed it up"); in root_import()
596 if !ctx.options().enable_cxx_namespaces || in codegen()
1385 if ctx.options().enable_cxx_namespaces { in wrap_union_field_if_needed()
1432 if ctx.options().enable_cxx_namespaces { in codegen()
3873 Ok(if ctx.options().enable_cxx_namespaces { in try_to_rust_ty()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/
Dbuild.rs54 .enable_cxx_namespaces() in main()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/options/
Dmod.rs735 enable_cxx_namespaces: bool {
740 pub fn enable_cxx_namespaces(mut self) -> Builder {
741 self.options.enable_cxx_namespaces = true;