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

/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Darguments_parser.h38 return OptionSpec(true /* needsValue */, valueName, defaultValue, description);
42 return OptionSpec(false /* needsValue */, "" /* valueName */, "" /* defaultValue */,
46 bool needsValue() const { return mNeedsValue; } function in class:latinime::dicttoolkit::OptionSpec
52 OptionSpec(const bool needsValue, const std::string &valueName, const std::string &defaultValue, argument
54 : mNeedsValue(needsValue), mValueName(valueName), mDefaultValue(defaultValue),

Completed in 21 milliseconds