Searched defs:ScriptInterpreterObject (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h23 class ScriptInterpreterObject class in namespace:lldb_private
26 ScriptInterpreterObject() : function in class:lldb_private::ScriptInterpreterObject
30 ScriptInterpreterObject(void* obj) : function in class:lldb_private::ScriptInterpreterObject
34 ScriptInterpreterObject(const ScriptInterpreterObject& rhs) function in class:lldb_private::ScriptInterpreterObject
49 ScriptInterpreterObject&
50 operator = (const ScriptInterpreterObject& rhs)
58 ~ScriptInterpreterObject()
485 return lldb::ScriptInterpreterObjectSP(new ScriptInterpreterObject(object));

Completed in 99 milliseconds