Home
last modified time | relevance | path

Searched refs:CommandParamText (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/cmds/src/
Dcommand_param_text.cpp18 CommandParamText::CommandParamText(std::string& s) : stringText_(s) {} in CommandParamText() function in CommandParamText
19 void CommandParamText::SetValue(const std::string& s) in SetValue()
Dcommand_line.cpp43 auto pret = std::make_shared<CommandParamText>(pstr); in AddParamText()
95 CommandParamText* ptext = (CommandParamText*)p.get(); in CheckParam()
/developtools/profiler/device/cmds/include/
Dcommand_param_text.h21 class CommandParamText : public CommandParam {
23 CommandParamText(std::string& s);
24 ~CommandParamText() {} in ~CommandParamText()