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
304 python::PythonObject Transform(bool arg) { in Transform()
306 return python::PythonBoolean(arg); in Transform()
309 python::PythonObject Transform(Status arg) { in Transform()
310 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
313 python::PythonObject Transform(const StructuredDataImpl &arg) { in Transform()
314 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
317 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) { in Transform()
318 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
321 python::PythonObject Transform(lldb::ProcessSP arg) { in Transform()
322 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
325 python::PythonObject Transform(lldb::ProcessAttachInfoSP arg) { in Transform()
326 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
329 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { in Transform()
330 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
333 python::PythonObject Transform(lldb::DataExtractorSP arg) { in Transform()
334 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
344 void ReverseTransform(T &original_arg, python::PythonObject transformed_arg, in ReverseTransform()
350 python::PythonObject transformed_arg, Status &error) { in ReverseTransform()
351 python::PythonBoolean boolean_arg = python::PythonBoolean( in ReverseTransform()
352 python::PyRefType::Borrowed, transformed_arg.get()); in ReverseTransform()
407 fmt += python::PythonFormat<T>::format; in FormatArgs()
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);