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

/vbox/src/libs/xpcom18a4/python/src/
H A DPyISupports.cpp373 if (mapIIDToType==NULL)
374 mapIIDToType = PyDict_New();
376 if (mapIIDToType) {
379 PyDict_SetItem(mapIIDToType, key, (PyObject *)t);
415 if (mapIIDToType != NULL)
416 createType = (PyTypeObject *)PyDict_GetItem(mapIIDToType, obiid);
565 PyObject *Py_nsISupports::mapIIDToType = NULL; member in class:Py_nsISupports
H A DPyXPCOM.h347 static PyObject *mapIIDToType; member in class:Py_nsISupports

Completed in 70 milliseconds