Searched refs:GetInterpreterInfo (Results 1 – 7 of 7) sorted by relevance
48 StructuredData::DictionarySP GetInterpreterInfo() override;
308 StructuredData::DictionarySP ScriptInterpreterPython::GetInterpreterInfo() { in GetInterpreterInfo() function in ScriptInterpreterPython
52 StructuredData::DictionarySP GetInterpreterInfo() override;
152 StructuredData::DictionarySP ScriptInterpreterLua::GetInterpreterInfo() { in GetInterpreterInfo() function in ScriptInterpreterLua
47 StructuredData::DictionarySP ScriptInterpreter::GetInterpreterInfo() { in GetInterpreterInfo() function in ScriptInterpreter
158 virtual StructuredData::DictionarySP GetInterpreterInfo();
733 data.m_impl_up->SetObjectSP(interp->GetInterpreterInfo()); in GetScriptInterpreterInfo()