Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/dicttoolkit/
Ddict_toolkit_main.cpp37 const auto executor = CommandUtils::getCommandExecutor(commandType); in main()
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Dcommand_utils.h43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
Dcommand_utils.cpp52 /* static */ std::function<int(int, char **)> CommandUtils::getCommandExecutor( in getCommandExecutor() function in latinime::dicttoolkit::CommandUtils