Home
last modified time | relevance | path

Searched refs:objc (Results 1 - 25 of 30) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_class_method.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
37 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithInt_()
43 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithFoo_()
49 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodReturningInt()
55 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodReturningFoo()
64 <Self as std::ops::Deref>::Target: objc in methodWithArg1_andArg2_andArg3_()
[all...]
H A Dobjc_method.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
37 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithInt_()
43 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithFoo_()
49 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodReturningInt()
55 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodReturningFoo()
65 <Self as std::ops::Deref>::Target: objc in methodWithArg1_andArg2_andArg3_()
[all...]
H A Dobjc_allowlist.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
15 <Self as std::ops::Deref>::Target: objc::Message + Sized, in protocolMethod()
21 <Self as std::ops::Deref>::Target: objc::Message + Sized, in protocolClassMethod()
30 type Target = objc::runtime::Object;
35 unsafe impl objc::Message for AllowlistMe {}
46 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
52 <Self as std::ops::Deref>::Target: objc::Message + Sized, in classMethod()
H A Dobjc_pointer_return_types.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Bar {}
33 type Target = objc::runtime::Object;
38 unsafe impl objc::Message for Foo {}
48 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodUsingBar_()
54 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodReturningBar()
H A Dobjc_category.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
40 <Self as std::ops::Deref>::Target: objc::Message + Sized, in categoryMethod()
H A Dobjc_blocklist.rs10 extern crate objc;
12 pub type id = *mut objc::runtime::Object;
17 type Target = objc::runtime::Object;
22 unsafe impl objc::Message for SomeClass {}
32 <Self as std::ops::Deref>::Target: objc::Message + Sized, in ambiguouslyBlockedMethod()
38 <Self as std::ops::Deref>::Target: objc::Message + Sized, in instanceMethod()
H A Dobjc_method_clash.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in foo()
37 <Self as std::ops::Deref>::Target: objc::Message + Sized, in class_foo()
H A Dobjc_protocol_inheritance.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
17 type Target = objc::runtime::Object;
22 unsafe impl objc::Message for Foo {}
35 type Target = objc::runtime::Object;
40 unsafe impl objc::Message for Bar {}
H A Dobjc_property_fnptr.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
39 <Self as std::ops::Deref>::Target: objc::Message + Sized, in func()
53 <Self as std::ops::Deref>::Target: objc::Message + Sized, in setFunc_()
H A Dobjc_class.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
19 type Target = objc::runtime::Object;
24 unsafe impl objc::Message for Foo {}
34 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
H A Dwrap_unsafe_ops_objc_class.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
19 type Target = objc::runtime::Object;
24 unsafe impl objc::Message for Foo {}
34 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
H A Dobjc_escape.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for A {}
34 <Self as std::ops::Deref>::Target: objc::Message + Sized, in f_as_()
H A Dobjc_sel_and_id.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 pub static mut selector: objc::runtime::Sel;
19 pub fn f(object: id, selector: objc::runtime::Sel); in f()
H A Dobjc_interface.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
H A Dobjc_protocol.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
17 type Target = objc::runtime::Object;
22 unsafe impl objc::Message for Foo {}
H A Dobjc_interface_type.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
H A Dobjc_template.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in get()
40 type Target = objc::runtime::Object;
45 unsafe impl objc::Message for FooMultiGeneric {}
60 <Self as std::ops::Deref>::Target: objc::Message + Sized, in objectForKey_()
H A Dobjc_inheritance.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
33 type Target = objc::runtime::Object;
38 unsafe impl objc::Message for Bar {}
68 type Target = objc::runtime::Object;
73 unsafe impl objc::Message for Baz {}
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dobjc_template.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in get()
40 type Target = objc::runtime::Object;
45 unsafe impl objc::Message for FooMultiGeneric {}
60 <Self as std::ops::Deref>::Target: objc::Message + Sized, in objectForKey_()
H A Dobjc_inheritance.rs9 use objc::{self, class, msg_send, sel, sel_impl};
11 pub type id = *mut objc::runtime::Object;
16 type Target = objc::runtime::Object;
21 unsafe impl objc::Message for Foo {}
33 type Target = objc::runtime::Object;
38 unsafe impl objc::Message for Bar {}
68 type Target = objc::runtime::Object;
73 unsafe impl objc::Message for Baz {}
/third_party/python/Modules/
H A D_tkinter.c1252 Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc) in Tkapp_CallDeallocArgs() argument
1255 for (i = 0; i < objc; i++) in Tkapp_CallDeallocArgs()
1268 Py_ssize_t objc = 0, i; in Tkapp_CallArgs() local
1276 objc = 1; in Tkapp_CallArgs()
1280 objc = PySequence_Fast_GET_SIZE(args); in Tkapp_CallArgs()
1282 if (objc > ARGSZ) { in Tkapp_CallArgs()
1283 if (!CHECK_SIZE(objc, sizeof(Tcl_Obj *))) { in Tkapp_CallArgs()
1289 objv = (Tcl_Obj **)PyMem_Malloc(((size_t)objc) * sizeof(Tcl_Obj *)); in Tkapp_CallArgs()
1292 objc = 0; in Tkapp_CallArgs()
1297 for (i = 0; i < objc; in Tkapp_CallArgs()
1359 int objc; Tkapp_CallProc() local
1410 int objc, i; Tkapp_Call() local
2147 int objc; _tkinter_tkapp_splitlist() local
2229 PythonCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) PythonCmd() argument
[all...]
/third_party/glfw/include/GLFW/
H A Dglfw3native.h113 #include <objc/objc.h>
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dmod.rs20 pub mod objc; modules
/third_party/protobuf/objectivec/DevTools/
H A Dfull_mac_build.sh48 --skip-objc-conformance
134 --skip-objc-conformance )
/third_party/skia/third_party/externals/angle2/src/common/apple/
H A DSoftLinking.h20 # import <objc/runtime.h>

Completed in 15 milliseconds

12