Searched refs:owned_instance (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DExceptions.c138 PyObject* owned_instance = NULL; local
185 owned_instance = PyObject_Call(type, args, NULL);
187 if (!owned_instance)
189 value = owned_instance;
242 Py_XDECREF(owned_instance);
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c2979 PyObject* owned_instance = NULL; local
3009 owned_instance = PyEval_CallObject(type, args);
3011 if (!owned_instance)
3013 value = owned_instance;
3056 Py_XDECREF(owned_instance);
H A Dqavltree.c2461 PyObject* owned_instance = NULL; local
2491 owned_instance = PyEval_CallObject(type, args);
2493 if (!owned_instance)
2495 value = owned_instance;
2538 Py_XDECREF(owned_instance);
H A Dqbintree.c2456 PyObject* owned_instance = NULL; local
2486 owned_instance = PyEval_CallObject(type, args);
2488 if (!owned_instance)
2490 value = owned_instance;
2533 Py_XDECREF(owned_instance);
H A Dqrbtree.c2458 PyObject* owned_instance = NULL; local
2488 owned_instance = PyEval_CallObject(type, args);
2490 if (!owned_instance)
2492 value = owned_instance;
2535 Py_XDECREF(owned_instance);

Completed in 156 milliseconds