Searched refs:getCommandExecutor (Results 1 – 3 of 3) sorted by relevance
37 const auto executor = CommandUtils::getCommandExecutor(commandType); in main()
43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
52 /* static */ std::function<int(int, char **)> CommandUtils::getCommandExecutor( in getCommandExecutor() function in latinime::dicttoolkit::CommandUtils