Lines Matching refs:m_value
119 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)); }
122 ExecValueStorage m_value;
137 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT)); }
140 ExecValueStorage m_value;
156 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); }
159 ExecValueStorage m_value;
174 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); }
178 ExecValueStorage m_value;
199 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); }
203 ExecValueStorage m_value;
241 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_outValueRange.getType()); }
248 ExecValueStorage m_value;
263 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueType); }
284 ExecValueStorage m_value;