Searched defs:notyet (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyIComponentManager.cpp | 65 char *pid, *notyet = NULL; local 67 if (!PyArg_ParseTuple(args, "s|zO", &pid, ¬yet, &obIID)) 69 if (notyet != NULL) { 98 char *notyet = NULL; local 100 if (!PyArg_ParseTuple(args, "O|zO", &obClassID, ¬yet, &obIID)) 102 if (notyet != NULL) {
|
H A D | PyIComponentManagerObsolete.cpp | 62 char *pid, *notyet = NULL; local 64 if (!PyArg_ParseTuple(args, "s|zO", &pid, ¬yet, &obIID)) 66 if (notyet != NULL) {
|
Completed in 44 milliseconds