Lines Matching refs:PythonObject

608                                                PythonObject &save_file,  in SetStdHandle()
726 PythonObject &main_module = GetMainModule(); in GetSessionDictionary()
761 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
794 PythonObject module(PyRefType::Borrowed, in GetEmbeddedInterpreterModuleObjects()
865 PythonObject pargs( in ExecuteOneLine()
869 PythonObject return_value( in ExecuteOneLine()
997 Expected<PythonObject> maybe_py_return = in ExecuteOneLineWithReturn()
1016 PythonObject py_return = std::move(maybe_py_return.get()); in ExecuteOneLineWithReturn()
1121 Expected<PythonObject> return_value = in ExecuteMultipleLines()
1435 PythonObject ret_val = LLDBSWIGPython_CreateFrameRecognizer( in CreateFrameRecognizer()
1454 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments()
1460 PythonObject py_return( in GetRecognizedArguments()
1495 PythonObject ret_val = LLDBSWIGPythonCreateOSPlugin( in OSPlugin_CreatePluginObject()
1515 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo()
1521 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterInfo()
1541 PythonObject py_return( in OSPlugin_RegisterInfo()
1570 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo()
1576 PythonObject pmeth(PyRefType::Owned, in OSPlugin_ThreadsInfo()
1596 PythonObject py_return( in OSPlugin_ThreadsInfo()
1628 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData()
1634 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterContextData()
1653 PythonObject py_return( in OSPlugin_RegisterContextData()
1687 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_CreateThread()
1693 PythonObject pmeth(PyRefType::Owned, in OSPlugin_CreateThread()
1712 PythonObject py_return(PyRefType::Owned, in OSPlugin_CreateThread()
1747 PythonObject ret_val = LLDBSwigPythonCreateScriptedThreadPlan( in CreateScriptedThreadPlan()
1848 PythonObject ret_val = LLDBSwigPythonCreateScriptedBreakpointResolver( in CreateScriptedBreakpointResolver()
1920 PythonObject ret_val = LLDBSwigPythonCreateScriptedStopHook( in CreateScriptedStopHook()
1984 unwrapIgnoringErrors(As<PythonDictionary>(Take<PythonObject>(setting))); in GetDynamicSettings()
2016 PythonObject ret_val = LLDBSwigPythonCreateSyntheticProvider( in CreateSyntheticScriptedProvider()
2035 PythonObject ret_val = LLDBSwigPythonCreateCommandObject( in CreateScriptCommandObject()
2153 PythonObject(PyRefType::Borrowed, static_cast<PyObject *>(new_callee))); in GetScriptedSummary()
2445 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName()
2450 PythonObject pmeth(PyRefType::Owned, in GetSyntheticTypeName()
2469 PythonObject py_return( in GetSyntheticTypeName()
2805 *module_sp = std::make_shared<StructuredPythonObject>(PythonObject( in LoadScriptingModule()
2986 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject()
2992 PythonObject pmeth(PyRefType::Owned, in GetShortHelpForCommandObject()
3011 PythonObject py_return( in GetShortHelpForCommandObject()
3042 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject()
3048 PythonObject pmeth(PyRefType::Owned, in GetFlagsForCommandObject()
3092 PythonObject implementor(PyRefType::Borrowed, in GetLongHelpForCommandObject()
3098 PythonObject pmeth(PyRefType::Owned, in GetLongHelpForCommandObject()
3118 PythonObject py_return( in GetLongHelpForCommandObject()