Searched defs:command_name (Results 1 – 5 of 5) sorted by relevance
62 std::string command_name = ToString(command); in registerCommandHandler() local82 const std::string& command_name, in OnCommand()
60 std::string command_name = args[0]; in main() local
243 std::string command_name; member326 const std::string& command_name, in AddCommandHandler()392 const std::string& command_name, in OnCommand()
98 std::string command_name(command_name_raw.begin(), command_name_raw.end()); in OnFileCanReadWithoutBlocking() local
179 #define SET_TEST_HANDLER(command_name, method) \ in DualModeController() argument