Searched defs:obParams (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DPyGStub.cpp91 PyObject *obParams = NULL; local
101 obParams = arg_helper.MakePyArgs();
102 if (obParams==NULL)
110 obParams);
145 obParams,
176 Py_XDECREF(obParams);
H A DVariantUtils.cpp1073 PRBool PyXPCOM_InterfaceVariantHelper::Init(PyObject *obParams) argument
1078 if (!PySequence_Check(obParams) || PySequence_Length(obParams)!=2) {
1082 PyObject *typedescs = PySequence_GetItem(obParams, 0);
1092 m_pyparams = PySequence_GetItem(obParams, 1);
/vbox/src/libs/xpcom18a4/python/src/module/
H A D_xpcom.cpp230 PyObject *obIS, *obParams; local
238 if (!PyArg_ParseTuple(args, "OiO", &obIS, &index, &obParams))
258 if (!arg_helper.Init(obParams))

Completed in 54 milliseconds