Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Ditem.rs857 !opt.within_namespaces || !ctx.resolve_item(*id).is_module() in real_canonical_name()
1049 .within_namespaces() in compute_path()
1877 self.name(ctx).within_namespaces().get() in canonical_name()
1934 within_namespaces: bool, field
1944 within_namespaces: false, in new()
1951 pub fn within_namespaces(&mut self) -> &mut Self { in within_namespaces() method
1952 self.within_namespaces = true; in within_namespaces()