Home
last modified time | relevance | path

Searched refs:CheckObjectExists (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h167 CheckObjectExists (const char* name) in CheckObjectExists() function
DScriptInterpreter.h467 CheckObjectExists (const char* name) in CheckObjectExists() function
/external/lldb/source/Commands/
DCommandObjectType.cpp1058 if (interpreter && interpreter->CheckObjectExists(funct_name) == false) in Execute_ScriptSummary()
3534 if (interpreter && interpreter->CheckObjectExists(impl->GetPythonClassName()) == false) in Execute_PythonClass()