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()
260 llvm::Expected<PythonObject> expected_return_object = in Dispatch()
277 PythonObject py_return = std::move(expected_return_object.get()); in Dispatch()
307 python::PythonObject Transform(bool arg) { in Transform()
312 python::PythonObject Transform(Status arg) { in Transform()
316 python::PythonObject Transform(const StructuredDataImpl &arg) { in Transform()
320 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) { in Transform()
324 python::PythonObject Transform(lldb::ProcessSP arg) { in Transform()
328 python::PythonObject Transform(lldb::ThreadPlanSP arg) { in Transform()
332 python::PythonObject Transform(lldb::ProcessAttachInfoSP arg) { in Transform()
336 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { in Transform()
340 python::PythonObject Transform(Event *arg) { in Transform()
344 python::PythonObject Transform(lldb::StreamSP arg) { in Transform()
348 python::PythonObject Transform(lldb::DataExtractorSP arg) { in Transform()
359 void ReverseTransform(T &original_arg, python::PythonObject transformed_arg, in ReverseTransform()
365 python::PythonObject transformed_arg, Status &error) { in ReverseTransform()
434 python::PythonObject &p, Status &error);
439 StructuredData::DictionarySP>(python::PythonObject &p, Status &error);
443 python::PythonObject &p, Status &error);
447 python::PythonObject &p, Status &error);
452 python::PythonObject &p, Status &error);
457 python::PythonObject &p, Status &error);
461 lldb::ProcessAttachInfoSP>(python::PythonObject &p, Status &error);
465 lldb::ProcessLaunchInfoSP>(python::PythonObject &p, Status &error);
470 python::PythonObject &p, Status &error);
475 std::optional<MemoryRegionInfo>>(python::PythonObject &p, Status &error);