Searched defs:ArgumentsAndOptions (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Darguments_and_options.h29 class ArgumentsAndOptions { class in namespace:latinime::dicttoolkit
31 ArgumentsAndOptions() : mIsValid(false), mOptions(), mArguments() {} function in class:latinime::dicttoolkit::ArgumentsAndOptions
33 ArgumentsAndOptions(std::unordered_map<std::string, std::string> &&options, function in class:latinime::dicttoolkit::ArgumentsAndOptions
69 DISALLOW_ASSIGNMENT_OPERATOR(ArgumentsAndOptions);

Completed in 558 milliseconds