Home
last modified time | relevance | path

Searched refs:respect_cxx_access_specs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen-cli/
Doptions.rs378 respect_cxx_access_specs: bool, field
548 respect_cxx_access_specs, in builder_from_flags()
990 if respect_cxx_access_specs { in builder_from_flags()
991 builder = builder.respect_cxx_access_specs(true); in builder_from_flags()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/options/
Dmod.rs1837 respect_cxx_access_specs: bool {
1844 pub fn respect_cxx_access_specs(mut self, doit: bool) -> Self {
1845 self.options.respect_cxx_access_specs = doit;
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs1630 match (is_declared_public, ctx.options().respect_cxx_access_specs) { in compute_visibility()
2015 ctx.options().respect_cxx_access_specs, in codegen()