Searched refs:GetI (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DPyIComponentManager.cpp50 static nsIComponentManager *GetI(PyObject *self) { function
57 return NS_STATIC_CAST(nsIComponentManager*, Py_nsISupports::GetI(self));
73 nsIComponentManager *pI = GetI(self);
106 nsIComponentManager *pI = GetI(self);
H A DPyIComponentManagerObsolete.cpp50 static nsIComponentManagerObsolete *GetI(PyObject *self) { function
57 return (nsIComponentManagerObsolete *)Py_nsISupports::GetI(self);
70 nsIComponentManagerObsolete *pI = GetI(self);
98 nsIComponentManagerObsolete *pI = GetI(self);
124 nsIComponentManagerObsolete *pI = GetI(self);
150 nsIComponentManagerObsolete *pI = GetI(self);
170 nsIComponentManagerObsolete *pI = GetI(self);
H A DPyIEnumerator.cpp51 static nsIEnumerator *GetI(PyObject *self) { function
58 return (nsIEnumerator *)Py_nsISupports::GetI(self);
66 nsIEnumerator *pI = GetI(self);
82 nsIEnumerator *pI = GetI(self);
102 nsIEnumerator *pI = GetI(self);
143 nsIEnumerator *pI = GetI(self);
206 nsIEnumerator *pI = GetI(self);
H A DPyIInterfaceInfoManager.cpp52 static nsIInterfaceInfoManager *GetI(PyObject *self) { function
59 return (nsIInterfaceInfoManager *)Py_nsISupports::GetI(self);
68 nsIInterfaceInfoManager *pI = GetI(self);
97 nsIInterfaceInfoManager *pI = GetI(self);
121 nsIInterfaceInfoManager *pI = GetI(self);
148 nsIInterfaceInfoManager *pI = GetI(self);
170 nsIInterfaceInfoManager *pI = GetI(self);
H A DPyIVariant.cpp48 static nsIVariant *GetI(PyObject *self) { function
55 return (nsIVariant *)Py_nsISupports::GetI(self);
75 nsIVariant *pI = GetI(self); \
86 nsIVariant *pI = GetI(self); \
99 nsIVariant *pI = GetI(self); \
131 nsIVariant *pI = GetI(self);
142 nsIVariant *pI = GetI(self);
155 nsIVariant *pI = GetI(self);
162 nsIVariant *pI = GetI(self);
202 nsIVariant *pI = ::GetI(thi
[all...]
H A DPyIInterfaceInfo.cpp51 static nsIInterfaceInfo *GetI(PyObject *self) { function
58 return (nsIInterfaceInfo *)Py_nsISupports::GetI(self);
66 nsIInterfaceInfo *pI = GetI(self);
87 nsIInterfaceInfo *pI = GetI(self);
108 nsIInterfaceInfo *pI = GetI(self);
127 nsIInterfaceInfo *pI = GetI(self);
146 nsIInterfaceInfo *pI = GetI(self);
166 nsIInterfaceInfo *pI = GetI(self);
186 nsIInterfaceInfo *pI = GetI(self);
213 nsIInterfaceInfo *pI = GetI(sel
[all...]
H A DPyISimpleEnumerator.cpp51 static nsISimpleEnumerator *GetI(PyObject *self) { function
58 return (nsISimpleEnumerator *)Py_nsISupports::GetI(self);
67 nsISimpleEnumerator *pI = GetI(self);
90 nsISimpleEnumerator *pI = GetI(self);
131 nsISimpleEnumerator *pI = GetI(self);
H A DPyIInputStream.cpp54 static nsIInputStream *GetI(PyObject *self) { function
61 return (nsIInputStream *)Py_nsISupports::GetI(self);
159 nsIInputStream *pI = GetI(self);
H A DPyISupports.cpp166 Py_nsISupports::GetI(PyObject *self, nsIID *ret_iid) function in class:Py_nsISupports
257 pis = GetI(ob, &already_iid);
259 goto done; /* exception was set by GetI() */
504 nsISupports *pMyIS = GetI(self);
H A DPyIClassInfo.cpp58 return (nsIClassInfo *)Py_nsISupports::GetI(self);
H A DPyXPCOM.h297 static nsISupports *GetI(PyObject *self, nsIID *ret_iid = NULL);

Completed in 64 milliseconds