Lines Matching refs:PythonObject
100 PythonObject result = {}; in CreatePluginObject()
103 result = PythonObject(PyRefType::Borrowed, in CreatePluginObject()
115 PythonObject::ResolveNameWithDictionary<python::PythonCallable>( in CreatePluginObject()
137 llvm::Expected<PythonObject> expected_return_object = in CreatePluginObject()
157 PythonObject obj_class = result.GetAttributeValue("__class__"); in CreatePluginObject()
166 PythonObject object_class_mapping_proxy = in CreatePluginObject()
227 T ExtractValueFromPythonObject(python::PythonObject &p, Status &error) { in ExtractValueFromPythonObject()
247 PythonObject implementor(PyRefType::Borrowed, in Dispatch()
257 llvm::Expected<PythonObject> expected_return_object = in Dispatch()
274 PythonObject py_return = std::move(expected_return_object.get()); in Dispatch()
304 python::PythonObject Transform(bool arg) { in Transform()
309 python::PythonObject Transform(Status arg) { in Transform()
313 python::PythonObject Transform(const StructuredDataImpl &arg) { in Transform()
317 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) { in Transform()
321 python::PythonObject Transform(lldb::ProcessSP arg) { in Transform()
325 python::PythonObject Transform(lldb::ProcessAttachInfoSP arg) { in Transform()
329 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { in Transform()
333 python::PythonObject Transform(lldb::DataExtractorSP arg) { in Transform()
344 void ReverseTransform(T &original_arg, python::PythonObject transformed_arg, in ReverseTransform()
350 python::PythonObject transformed_arg, Status &error) { in ReverseTransform()
419 python::PythonObject &p, Status &error);
424 StructuredData::DictionarySP>(python::PythonObject &p, Status &error);
428 python::PythonObject &p, Status &error);
433 python::PythonObject &p, Status &error);
437 lldb::ProcessAttachInfoSP>(python::PythonObject &p, Status &error);
441 lldb::ProcessLaunchInfoSP>(python::PythonObject &p, Status &error);
446 python::PythonObject &p, Status &error);
451 std::optional<MemoryRegionInfo>>(python::PythonObject &p, Status &error);