Lines Matching refs:CommandParser
50 class CommandParser {
52 CommandParser(const CommandParser&) = delete;
53 CommandParser& operator=(const CommandParser&) = delete;
54 static CommandParser& GetInstance();
75 CommandParser::ScreenMode GetScreenMode() const;
103 CommandParser();
104 ~CommandParser() {}
109 static CommandParser* example;
144 CommandParser::ScreenMode screenMode;