Searched refs:CommandLexer (Results 1 – 4 of 4) sorted by relevance
25 class CommandLexer {27 explicit CommandLexer(const std::string &str) : str_(str) {} in CommandLexer() function30 CommandLexer(const CommandLexer &other) = delete;31 CommandLexer(CommandLexer &&other) = delete;32 CommandLexer &operator=(const CommandLexer &other) = delete;33 CommandLexer &operator=(CommandLexer &&other) = delete;
30 bool CommandLexer::GetAllArguments(std::vector<std::string> &args) in GetAllArguments()
219 CommandLexer lexer(command); in RunChildByRenderCmd()
75 CommandLexer lexer(command);92 CommandLexer lexer(command);109 CommandLexer lexer(command);122 CommandLexer lexer(command);131 CommandLexer lexer(command);142 CommandLexer lexer(command);154 CommandLexer lexer(command);