Searched refs:GetInterpreterInfo (Results 1 – 7 of 7) sorted by relevance
48 StructuredData::DictionarySP GetInterpreterInfo() override;
285 StructuredData::DictionarySP ScriptInterpreterPython::GetInterpreterInfo() { in GetInterpreterInfo() function in ScriptInterpreterPython
52 StructuredData::DictionarySP GetInterpreterInfo() override;
151 StructuredData::DictionarySP ScriptInterpreterLua::GetInterpreterInfo() { in GetInterpreterInfo() function in ScriptInterpreterLua
49 StructuredData::DictionarySP ScriptInterpreter::GetInterpreterInfo() { in GetInterpreterInfo() function in ScriptInterpreter
151 virtual StructuredData::DictionarySP GetInterpreterInfo();
684 data.m_impl_up->SetObjectSP(interp->GetInterpreterInfo()); in GetScriptInterpreterInfo()