Home
last modified time | relevance | path

Searched refs:ArgumentsParser (Results 1 – 11 of 11) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
Darguments_parser_test.cpp30 ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)).validateSpecs()); in TEST()
41 ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)).validateSpecs()); in TEST()
48 EXPECT_FALSE(ArgumentsParser(std::unordered_map<std::string, OptionSpec>(), in TEST()
57 EXPECT_FALSE(ArgumentsParser(std::unordered_map<std::string, OptionSpec>(), in TEST()
66 EXPECT_FALSE(ArgumentsParser(std::unordered_map<std::string, OptionSpec>(), in TEST()
99 const ArgumentsParser parser = in TEST()
100 ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)); in TEST()
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Darguments_parser.h98 class ArgumentsParser {
100 ArgumentsParser(const std::unordered_map<std::string, OptionSpec> &&optionSpecs, in ArgumentsParser() function
110 DISALLOW_DEFAULT_CONSTRUCTOR(ArgumentsParser);
111 DISALLOW_ASSIGNMENT_OPERATOR(ArgumentsParser);
Darguments_parser.cpp26 bool ArgumentsParser::validateSpecs() const { in validateSpecs()
49 void ArgumentsParser::printUsage(const std::string &commandName, in printUsage()
92 const ArgumentsAndOptions ArgumentsParser::parseArguments(const int argc, char **argv, in parseArguments()
/packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/
Dheader_executor.cpp37 /* static */ const ArgumentsParser HeaderExecutor::getArgumentsParser() { in getArgumentsParser()
45 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)); in getArgumentsParser()
Ddiff_executor.cpp36 /* static */ const ArgumentsParser DiffExecutor::getArgumentsParser() { in getArgumentsParser()
45 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)); in getArgumentsParser()
Dinfo_executor.cpp40 /* static */const ArgumentsParser InfoExecutor::getArgumentsParser() { in getArgumentsParser()
50 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)); in getArgumentsParser()
Dmakedict_executor.cpp45 /* static */const ArgumentsParser MakedictExecutor::getArgumentsParser() { in getArgumentsParser()
57 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)); in getArgumentsParser()
Dmakedict_executor.h32 static const ArgumentsParser getArgumentsParser();
Dinfo_executor.h32 static const ArgumentsParser getArgumentsParser();
Ddiff_executor.h32 static const ArgumentsParser getArgumentsParser();
Dheader_executor.h32 static const ArgumentsParser getArgumentsParser();