Home
last modified time | relevance | path

Searched refs:methodReturningFoo (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_class_method.rs53 unsafe fn methodReturningFoo() -> Foo in methodReturningFoo() functions
57 msg_send!(class!(Foo), methodReturningFoo) in methodReturningFoo()
H A Dobjc_method.rs53 unsafe fn methodReturningFoo(&self) -> Foo in methodReturningFoo() functions
57 msg_send!(*self, methodReturningFoo) in methodReturningFoo()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dobjc_class_method.h9 + (Foo*)methodReturningFoo; variable

Completed in 1 milliseconds