Lines Matching refs:PythonObject

606                                                PythonObject &save_file,
724 PythonObject &main_module = GetMainModule();
757 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>(
790 PythonObject module(PyRefType::Borrowed,
861 PythonObject pargs(
865 PythonObject return_value(
993 Expected<PythonObject> maybe_py_return =
1012 PythonObject py_return = std::move(maybe_py_return.get());
1117 Expected<PythonObject> return_value =
1457 PythonObject ret_val = SWIGBridge::LLDBSWIGPython_CreateFrameRecognizer(
1476 PythonObject implementor(PyRefType::Borrowed,
1482 PythonObject py_return(PyRefType::Owned,
1520 PythonObject implementor(PyRefType::Borrowed,
1566 PythonObject py_obj(PyRefType::Borrowed, static_cast<PyObject *>(ptr));
1594 PythonObject ret_val =
1681 unwrapIgnoringErrors(As<PythonDictionary>(Take<PythonObject>(setting)));
1713 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateSyntheticProvider(
1732 PythonObject ret_val = SWIGBridge::LLDBSwigPythonCreateCommandObject(
1853 PythonObject(PyRefType::Borrowed, static_cast<PyObject *>(new_callee)));
2153 PythonObject implementor(PyRefType::Borrowed,
2158 llvm::Expected<PythonObject> expected_py_return =
2166 PythonObject py_return = std::move(expected_py_return.get());
2488 *module_sp = std::make_shared<StructuredPythonObject>(PythonObject(
2787 PythonObject implementor(PyRefType::Borrowed,
2793 llvm::Expected<PythonObject> expected_py_return =
2801 PythonObject py_return = std::move(expected_py_return.get());
2824 PythonObject implementor(PyRefType::Borrowed,
2830 PythonObject pmeth(PyRefType::Owned,
2874 PythonObject implementor(PyRefType::Borrowed,
2880 PythonObject pmeth(PyRefType::Owned,
2922 PythonObject implementor(PyRefType::Borrowed,
2928 PythonObject pmeth(PyRefType::Owned,
2968 PythonObject implementor(PyRefType::Borrowed,
2974 PythonObject pmeth(PyRefType::Owned,
3016 PythonObject implementor(PyRefType::Borrowed,
3022 PythonObject pmeth(PyRefType::Owned,
3043 PythonObject ctx_ref_obj = SWIGBridge::ToSWIGWrapper(exe_ctx_ref_sp);
3067 PythonObject implementor(PyRefType::Borrowed,
3073 llvm::Expected<PythonObject> expected_py_return =
3081 PythonObject py_return = std::move(expected_py_return.get());