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

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  494   int64_t GetInteger() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 8403       arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
10544       arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
11594       arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
22828       int64_t state_type_value = py_int.GetInteger() ;
22882       int64_t state_type_value = py_int.GetInteger() ;
22919       int64_t state_type_value = py_int.GetInteger() ;
44423       arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
44528       arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
44611       arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
64349       arg6 = static_cast<lldb::tid_t>(py_int.GetInteger());
64439       arg6 = static_cast<lldb::tid_t>(py_int.GetInteger());
64501       arg3 = static_cast<lldb::tid_t>(py_int.GetInteger());
64971       arg2 = static_cast<lldb::tid_t>(py_int.GetInteger());
79957     unsigned int ret_val = int_result.GetInteger();
80025     size_t ret_val = int_result.GetInteger();
80093     int64_t retval = int_result.GetInteger();
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  493   result->SetValue(GetInteger());
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 3106     result = int_value.GetInteger();
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  131   EXPECT_EQ(PY_MAJOR_VERSION, major_version_value.GetInteger());
  132   EXPECT_EQ(PY_MINOR_VERSION, minor_version_value.GetInteger());
  148   EXPECT_EQ(PY_MAJOR_VERSION, version_major.GetInteger());
  149   EXPECT_EQ(PY_MINOR_VERSION, version_minor.GetInteger());
  164   EXPECT_EQ(PY_MAJOR_VERSION, version_major.GetInteger());
  165   EXPECT_EQ(PY_MINOR_VERSION, version_minor.GetInteger());
  179   EXPECT_EQ(12, python_int.GetInteger());
  190   EXPECT_EQ(40, python_long.GetInteger());
  195   EXPECT_EQ(7, constructed_int.GetInteger());
  342   EXPECT_EQ(long_value0, chk_int.GetInteger());
  370   EXPECT_EQ(long_value0, chk_int.GetInteger());
  493   EXPECT_EQ(value_0, chk_int.GetInteger());
  530   EXPECT_EQ(value_0, chk_int.GetInteger());
  600   EXPECT_EQ(42, numerator_attr.GetInteger());