Searched refs:script_object_sp (Results 1 – 2 of 2) sorted by relevance
37 PythonObject::PythonObject (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonObject() argument40 if (script_object_sp) in PythonObject()41 Reset ((PyObject *)script_object_sp->GetObject()); in PythonObject()105 PythonString::PythonString (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonString() argument106 PythonObject (script_object_sp) in PythonString()170 PythonInteger::PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonInteger() argument171 PythonObject (script_object_sp) in PythonInteger()235 PythonList::PythonList (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonList() argument236 PythonObject (script_object_sp) in PythonList()304 PythonDictionary::PythonDictionary (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonDictionary() argument[all …]
50 PythonObject (const lldb::ScriptInterpreterObjectSP &script_object_sp);124 PythonString (const lldb::ScriptInterpreterObjectSP &script_object_sp);148 PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp);169 PythonList (const lldb::ScriptInterpreterObjectSP &script_object_sp);196 PythonDictionary (const lldb::ScriptInterpreterObjectSP &script_object_sp);