Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
Dobjc_template.rs38 pub struct FooMultiGeneric(pub id); struct
39 impl std::ops::Deref for FooMultiGeneric { implementation
45 unsafe impl objc::Message for FooMultiGeneric {} implementation
46 impl FooMultiGeneric { impl
51 impl<KeyType: 'static, ObjectType: 'static>
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dobjc_template.rs38 pub struct FooMultiGeneric(pub id); struct
39 impl std::ops::Deref for FooMultiGeneric { implementation
45 unsafe impl objc::Message for FooMultiGeneric {} implementation
46 impl FooMultiGeneric { implementation
51 impl<KeyType: 'static, ObjectType: 'static>