Home
last modified time | relevance | path

Searched refs:mNeedsValue (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()
54 : mNeedsValue(needsValue), mValueName(valueName), mDefaultValue(defaultValue), in OptionSpec()
60 bool mNeedsValue; variable