Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dmod.rs21 pub(crate) mod objc; module
/third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersUnionTests.swift144 var objc: MovieT? = movie.unpack() in testUnionVector() variable
198 var objc: MovieT? = movie.unpack() in testStringUnion() variable
/third_party/python/Modules/
D_tkinter.c1252 Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc) in Tkapp_CallDeallocArgs()
1268 Py_ssize_t objc = 0, i; in Tkapp_CallArgs() local
1359 int objc; in Tkapp_CallProc() local
1410 int objc, i; in Tkapp_Call() local
2147 int objc; in _tkinter_tkapp_splitlist() local
2230 int objc, Tcl_Obj *const objv[]) in PythonCmd()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4729 unsafe impl objc::Message for #class_name { } in codegen() impl