reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  566   static bool Check(PyObject *py_obj);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
79660     if (!PythonDictionary::Check(py_dict))
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  102   if (PythonDictionary::Check(m_py_obj))
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  305     if (!T::Check(m_py_obj))
  391   if (!T::Check(obj.get().get()))
  416     if (T::Check(py_obj))
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  476   EXPECT_TRUE(PythonDictionary::Check(py_dict));