Searched defs:SetValue (Results 1 – 3 of 3) sorted by relevance
20 void CommandParamSwitch::SetValue(bool value) in SetValue() function in CommandParamSwitch
19 void CommandParamText::SetValue(const std::string& s) in SetValue() function in CommandParamText
46 void SetValue(int32_t index) { value_ = index; }; in SetValue() function