Home
last modified time | relevance | path

Searched defs:py_obj (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp308 bool PythonBytes::Check(PyObject *py_obj) { in Check() argument
353 bool PythonByteArray::Check(PyObject *py_obj) { in Check() argument
394 bool PythonString::Check(PyObject *py_obj) { in Check() argument
458 bool PythonInteger::Check(PyObject *py_obj) { in Check() argument
507 Check(PyObject * py_obj) Check() argument
536 Check(PyObject * py_obj) Check() argument
615 Check(PyObject * py_obj) Check() argument
659 Check(PyObject * py_obj) Check() argument
793 Check(PyObject * py_obj) Check() argument
806 Check(PyObject * py_obj) Check() argument
930 Check(PyObject * py_obj) Check() argument
[all...]
H A DScriptInterpreterPython.cpp1545 PythonObject py_obj(PyRefType::Borrowed, static_cast<PyObject *>(ptr)); CreateStructuredDataFromScriptObject() local