Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dtemplate.rs326 ctx.opaque_by_name(&path) in is_opaque()
Ditem.rs1084 ctx.opaque_by_name(&self.path_for_allowlisting(ctx)) in is_opaque()
Dcontext.rs2061 pub fn opaque_by_name(&self, path: &[String]) -> bool { in opaque_by_name() method