Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2417 …riptInterpreterPython::CalculateNumChildren (const lldb::ScriptInterpreterObjectSP& implementor_sp) in CalculateNumChildren() argument
2419 if (!implementor_sp) in CalculateNumChildren()
2422 void* implementor = implementor_sp->GetObject(); in CalculateNumChildren()
2441 ScriptInterpreterPython::GetChildAtIndex (const lldb::ScriptInterpreterObjectSP& implementor_sp, ui… in GetChildAtIndex() argument
2443 if (!implementor_sp) in GetChildAtIndex()
2446 void* implementor = implementor_sp->GetObject(); in GetChildAtIndex()
2479 …hon::GetIndexOfChildWithName (const lldb::ScriptInterpreterObjectSP& implementor_sp, const char* c… in GetIndexOfChildWithName() argument
2481 if (!implementor_sp) in GetIndexOfChildWithName()
2484 void* implementor = implementor_sp->GetObject(); in GetIndexOfChildWithName()
2503 …erpreterPython::UpdateSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor_sp) in UpdateSynthProviderInstance() argument
[all …]