Home
last modified time | relevance | path

Searched defs:sizedness (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/analysis/
Dsizedness.rs355 fn sizedness(&self, ctx: &BindgenContext) -> SizednessResult; in sizedness() method
Dmod.rs56 mod sizedness; module
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Ditem.rs1170 fn sizedness(&self, ctx: &BindgenContext) -> SizednessResult { in sizedness() function
1178 fn sizedness(&self, ctx: &BindgenContext) -> SizednessResult { in sizedness() method
Dcontext.rs466 sizedness: Option<HashMap<TypeId, SizednessResult>>, field