Searched refs:ScopedPythonObject (Results 1 – 3 of 3) sorted by relevance
44 template <typename T> class ScopedPythonObject : PythonObject {46 ScopedPythonObject(T *sb, swig_type_info *info) in ScopedPythonObject() function48 ~ScopedPythonObject() { in ~ScopedPythonObject()52 ScopedPythonObject(ScopedPythonObject &&rhs) in ScopedPythonObject() function54 ScopedPythonObject(const ScopedPythonObject &) = delete;55 ScopedPythonObject &operator=(const ScopedPythonObject &) = delete;56 ScopedPythonObject &operator=(ScopedPythonObject &&) = delete;84 python::ScopedPythonObject<lldb::SBCommandReturnObject>86 python::ScopedPythonObject<lldb::SBEvent> ToSWIGWrapper(Event *event);
96 ScopedPythonObject<lldb::SBCommandReturnObject>98 return ScopedPythonObject<lldb::SBCommandReturnObject>(103 ScopedPythonObject<lldb::SBEvent> ToSWIGWrapper(Event *event) {104 return ScopedPythonObject<lldb::SBEvent>(new lldb::SBEvent(event),
346 ScopedPythonObject<SBEvent> event_arg = ToSWIGWrapper(event);