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

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  400 llvm::Expected<long long> As<long long>(llvm::Expected<PythonObject> &&obj);

References

tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  791   EXPECT_THAT_EXPECTED(As<long long>(factorial(5ll)), llvm::HasValue(120));
  838   auto x = As<long long>(runStringOneLine("40 + 2", globals, globals));
  844   auto y = As<long long>(globals.GetItem("n"));