Searched defs:objc (Results 1 – 4 of 4) sorted by relevance
21 pub(crate) mod objc; module
144 var objc: MovieT? = movie.unpack() in testUnionVector() variable198 var objc: MovieT? = movie.unpack() in testStringUnion() variable
1252 Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc) in Tkapp_CallDeallocArgs()1268 Py_ssize_t objc = 0, i; in Tkapp_CallArgs() local1359 int objc; in Tkapp_CallProc() local1410 int objc, i; in Tkapp_Call() local2147 int objc; in _tkinter_tkapp_splitlist() local2230 int objc, Tcl_Obj *const objv[]) in PythonCmd()
4729 unsafe impl objc::Message for #class_name { } in codegen() impl