Searched refs:SGOutputObj_Convert (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 7373 int SGOutputObj_Convert(PyObject *v, SGOutput *p_itself) in SGOutputObj_Convert() function 7417 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, SGOutputObj_Convert, &itself)) return NUL… in SGOutputObj_tp_new() 20449 SGOutputObj_Convert, &sgOut)) in Qt_SGDisposeOutput() 20470 SGOutputObj_Convert, &sgOut, in Qt_SGSetOutputFlags() 20494 SGOutputObj_Convert, &sgOut)) in Qt_SGSetChannelOutput() 20516 SGOutputObj_Convert, &sgOut)) in Qt_SGGetDataOutputStorageSpaceRemaining() 20562 SGOutputObj_Convert, &sgOut, in Qt_SGSetOutputNextOutput() 20563 SGOutputObj_Convert, &nextOut)) in Qt_SGSetOutputNextOutput() 20585 SGOutputObj_Convert, &sgOut)) in Qt_SGGetOutputNextOutput() 20608 SGOutputObj_Convert, &sgOut, in Qt_SGSetOutputMaximumOffset() [all …]
|