Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dobjc.rs24 pub(crate) struct ObjCInterface { struct
27 name: String,
29 category: Option<String>,
31 is_protocol: bool,
34 pub(crate) template_names: Vec<String>,
37 pub(crate) conforms_to: Vec<ItemId>,
40 pub(crate) parent_class: Option<ItemId>,
65 impl ObjCInterface { argument
66 fn new(name: &str) -> ObjCInterface { in new()
335 impl Trace for ObjCInterface { implementation
Dty.rs657 ObjCInterface(ObjCInterface), enumerator
/aosp_15_r20/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2570 ObjCInterface = 1U << 9, in CalculateDiagnostic() enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs4495 impl CodeGenerator for ObjCInterface { implementation