Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dobjc.rs24 pub struct ObjCInterface { struct
27 name: String,
29 category: Option<String>,
31 is_protocol: bool,
34 pub template_names: Vec<String>,
37 pub conforms_to: Vec<ItemId>,
40 pub parent_class: Option<ItemId>,
65 impl ObjCInterface { impl
66 fn new(name: &str) -> ObjCInterface { in new()
319 impl Trace for ObjCInterface { implementation
Dty.rs668 ObjCInterface(ObjCInterface), enumerator
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4267 impl CodeGenerator for ObjCInterface { implementation