Searched refs:m_pyparams (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp1019 m_pyparams=nsnull;
1030 Py_XDECREF(m_pyparams);
1092 m_pyparams = PySequence_GetItem(obParams, 1);
1093 if (m_pyparams==NULL) goto done;
1116 if (PySequence_Length(m_pyparams) != total_params_needed) {
1119 total_params_needed, (long)PySequence_Length(m_pyparams));
1122 total_params_needed, PySequence_Length(m_pyparams));
1246 PyObject *val = PySequence_GetItem(m_pyparams, param_index);
H A DPyXPCOM.h454 PyObject *m_pyparams; // sequence of actual params passed (ie, not including hidden) member in class:PyXPCOM_InterfaceVariantHelper

Completed in 52 milliseconds