Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DExpressionParser.h154 ControlState* GetVariablePtr(const std::string& name);
H A DExpressionParser.cpp465 m_value_ptr = env.GetVariablePtr(m_name); in UpdateReferences()
613 ControlState* ControlEnvironment::GetVariablePtr(const std::string& name) in GetVariablePtr() function in ciface::ExpressionParser::ControlEnvironment