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

/vbox/src/libs/xpcom18a4/python/src/
H A DPyGBase.cpp195 PyG_Base::AutoWrapPythonInstance(PyObject *ob, const nsIID &iid, nsISupports **ppret) argument
197 NS_PRECONDITION(ppret!=NULL, "null pointer when wrapping a Python instance!");
214 if (CheckDefaultGateway(ob, iid, ppret)) {
225 ok = Py_nsISupports::InterfaceFromPyObject(wrap_ret, iid, ppret, PR_FALSE, PR_FALSE);

Completed in 33 milliseconds