HomeSort by relevance Sort by last modified time
    Searched defs:argumentSpecs (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/
diff_executor.cpp 40 const std::vector<ArgumentSpec> argumentSpecs = {
45 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs));
header_executor.cpp 41 const std::vector<ArgumentSpec> argumentSpecs = {
45 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs));
info_executor.cpp 44 const std::vector<ArgumentSpec> argumentSpecs = {
50 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs));
makedict_executor.cpp 52 const std::vector<ArgumentSpec> argumentSpecs = {
57 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs));
  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
arguments_parser_test.cpp 28 std::vector<ArgumentSpec> argumentSpecs;
30 ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)).validateSpecs());
35 const std::vector<ArgumentSpec> argumentSpecs = {
41 ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)).validateSpecs());
44 const std::vector<ArgumentSpec> argumentSpecs = {
49 std::move(argumentSpecs)).validateSpecs());
52 const std::vector<ArgumentSpec> argumentSpecs = {
58 std::move(argumentSpecs)).validateSpecs());
61 const std::vector<ArgumentSpec> argumentSpecs = {
67 std::move(argumentSpecs)).validateSpecs())
    [all...]

Completed in 461 milliseconds