Lines Matching refs:python

44       const python::PythonDictionary &class_dict) const {  in CheckAbstractMethodImplementation()
46 using namespace python; in CheckAbstractMethodImplementation() local
78 using namespace python; in CreatePluginObject() local
107 PythonModule::MainModule().ResolveName<python::PythonDictionary>( in CreatePluginObject()
115 PythonObject::ResolveNameWithDictionary<python::PythonCallable>( in CreatePluginObject()
227 T ExtractValueFromPythonObject(python::PythonObject &p, Status &error) { in ExtractValueFromPythonObject()
233 using namespace python; in Dispatch() local
307 python::PythonObject Transform(bool arg) { in Transform()
309 return python::PythonBoolean(arg); in Transform()
312 python::PythonObject Transform(Status arg) { in Transform()
313 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
316 python::PythonObject Transform(const StructuredDataImpl &arg) { in Transform()
317 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
320 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) { in Transform()
321 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
324 python::PythonObject Transform(lldb::ProcessSP arg) { in Transform()
325 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
328 python::PythonObject Transform(lldb::ThreadPlanSP arg) { in Transform()
329 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
332 python::PythonObject Transform(lldb::ProcessAttachInfoSP arg) { in Transform()
333 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
336 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { in Transform()
337 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
340 python::PythonObject Transform(Event *arg) { in Transform()
341 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
344 python::PythonObject Transform(lldb::StreamSP arg) { in Transform()
345 return python::SWIGBridge::ToSWIGWrapper(arg.get()); in Transform()
348 python::PythonObject Transform(lldb::DataExtractorSP arg) { in Transform()
349 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
359 void ReverseTransform(T &original_arg, python::PythonObject transformed_arg, in ReverseTransform()
365 python::PythonObject transformed_arg, Status &error) { in ReverseTransform()
366 python::PythonBoolean boolean_arg = python::PythonBoolean( in ReverseTransform()
367 python::PyRefType::Borrowed, transformed_arg.get()); in ReverseTransform()
422 fmt += python::PythonFormat<T>::format; in FormatArgs()
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);