Home
last modified time | relevance | path

Searched defs:needsValue (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Darguments_parser.h46 bool needsValue() const { return mNeedsValue; } in needsValue() function
52 OptionSpec(const bool needsValue, const std::string &valueName, const std::string &defaultValue, in OptionSpec()