Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dtemplate.rs309 let mut path = item.path_for_allowlisting(ctx).clone(); in is_opaque()
315 ctx.resolve_item(*arg).path_for_allowlisting(ctx); in is_opaque()
Dcontext.rs1032 let path = item.path_for_allowlisting(self); in process_replacements()
2279 let name = item.path_for_allowlisting(self)[1..].join("::"); in compute_allowlisted_and_codegen_items()
2336 parent.path_for_allowlisting(self).clone(); in compute_allowlisted_and_codegen_items()
2616 let name = item.path_for_allowlisting(self)[1..].join("::"); in no_partialeq_by_name()
2622 let name = item.path_for_allowlisting(self)[1..].join("::"); in no_copy_by_name()
2628 let name = item.path_for_allowlisting(self)[1..].join("::"); in no_debug_by_name()
2634 let name = item.path_for_allowlisting(self)[1..].join("::"); in no_default_by_name()
2640 let name = item.path_for_allowlisting(self)[1..].join("::"); in no_hash_by_name()
Ditem.rs405 path_for_allowlisting: LazyCell<Vec<String>>, field
443 path_for_allowlisting: LazyCell::new(), in new()
638 let path = self.path_for_allowlisting(ctx); in is_blocklisted()
1017 pub fn path_for_allowlisting(&self, ctx: &BindgenContext) -> &Vec<String> { in path_for_allowlisting() method
1018 self.path_for_allowlisting in path_for_allowlisting()
1084 ctx.opaque_by_name(&self.path_for_allowlisting(ctx)) in is_opaque()
Denum_ty.rs156 let path = item.path_for_allowlisting(ctx); in is_matching_enum()