Home
last modified time | relevance | path

Searched refs:switchOption (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/
Dheader_executor.cpp39 optionSpecs["p"] = OptionSpec::switchOption("(plumbing) produce output suitable for a script"); in getArgumentsParser()
Ddiff_executor.cpp38 optionSpecs["p"] = OptionSpec::switchOption("(plumbing) produce output suitable for a script"); in getArgumentsParser()
Dinfo_executor.cpp42 optionSpecs["p"] = OptionSpec::switchOption("(plumbing) produce output suitable for a script"); in getArgumentsParser()
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Darguments_parser.h41 static OptionSpec switchOption(const std::string &description) { in switchOption() function
/packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
Darguments_parser_test.cpp92 optionSpecs["a"] = OptionSpec::switchOption("description"); in TEST()