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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
22979         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
34827         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
35288         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
35416         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
44230         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
44255         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
49606         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
49722             PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
52968         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
52993         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
53111         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
53136         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
53283               PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
53303                 PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
56330         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
56422         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
56523         PythonString py_str = list.GetItemAtIndex(i).AsType<PythonString>();
56609             PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
56653             PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
56703             PythonString s = list.GetItemAtIndex(i).AsType<PythonString>();
79953     PythonInteger int_result = result.AsType<PythonInteger>();
80021     PythonInteger int_result = result.AsType<PythonInteger>();
80089     PythonInteger int_result = result.AsType<PythonInteger>();
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  884         auto __callable__ = __call__.AsType<PythonCallable>();
 1095   PythonString py_mode = obj.GetAttributeValue("mode").AsType<PythonString>();
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  283     return ResolveNameWithDictionary(name, dict).AsType<T>();
  289     return ResolveName(name).AsType<T>();
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  127       major_version_field.AsType<PythonInteger>();
  129       minor_version_field.AsType<PythonInteger>();
  142           .AsType<PythonInteger>();
  145           .AsType<PythonInteger>();
  160           .AsType<PythonInteger>();
  163           .AsType<PythonInteger>();
  567   auto list = m_builtins_module.ResolveName("list").AsType<PythonCallable>();
  576   auto list_result = result.AsType<PythonList>();
  598       py_int.GetAttributeValue("numerator").AsType<PythonInteger>();