Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dcontext.rs636 pub(crate) fn currently_parsed_types(&self) -> &[PartialType] { in currently_parsed_types()
643 pub(crate) fn begin_parsing(&mut self, partial_ty: PartialType) { in begin_parsing()
649 pub(crate) fn finish_parsing(&mut self) -> PartialType { in finish_parsing()
2961 pub(crate) struct PartialType { struct
2968 impl PartialType { argument
2970 pub(crate) fn new(decl: Cursor, id: ItemId) -> PartialType { in new()
2987 impl TemplateParameters for PartialType { implementation