Home
last modified time | relevance | path

Searched defs:objc (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dmeson.build128 objc = meson.get_compiler('objc') variable
/third_party/rust/crates/bindgen/bindgen/ir/
Dmod.rs20 pub mod objc; module
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dmeson.build28 objc = meson.get_compiler('objc') variable
/third_party/python/Modules/
D_tkinter.c1386 Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc) in Tkapp_CallDeallocArgs()
1402 Py_ssize_t objc = 0, i; in Tkapp_CallArgs() local
1493 int objc; in Tkapp_CallProc() local
1544 int objc, i; in Tkapp_Call() local
2285 int objc; in _tkinter_tkapp_splitlist() local
2368 int objc; in _tkinter_tkapp_split() local
2430 int objc, Tcl_Obj *const objv[]) in PythonCmd()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dmeson.build197 objc = meson.get_compiler('objc') variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dmeson.build785 objc = meson.get_compiler('objc') variable
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4348 unsafe impl objc::Message for #class_name { } in codegen() impl