Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Denum_ty.rs229 name_for_allowlisting: String, field
258 name_for_allowlisting: String, in new()
265 name_for_allowlisting, in new()
278 pub fn name_for_allowlisting(&self) -> &str { in name_for_allowlisting() method
279 &self.name_for_allowlisting in name_for_allowlisting()
Dcontext.rs2339 variant.name_for_allowlisting().into(), in compute_allowlisted_and_codegen_items()