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

Declarations

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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
19375     else if (PythonBytes::Check(obj2)) {
23087     else if (PythonBytes::Check(obj1)) {
25680     else if (PythonBytes::Check(obj1)) {
43726     else if (PythonBytes::Check(obj1)) {
45323     else if (PythonBytes::Check(obj2)) {
59180     else if (PythonBytes::Check(obj2)) {
59257     else if (PythonBytes::Check(obj3)) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  416     if (T::Check(py_obj))
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  226   EXPECT_TRUE(PythonBytes::Check(py_bytes));