Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Darguments_parser.cpp56 if (spec.needsValue()) { in printUsage()
77 if (spec.needsValue()) { in printUsage()
81 if (spec.needsValue() && !spec.getDefaultValue().empty()) { in printUsage()
103 if (optionSpec.needsValue() && !optionSpec.getDefaultValue().empty()) { in parseArguments()
123 if (it->second.needsValue()) { in parseArguments()
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() argument
54 : mNeedsValue(needsValue), mValueName(valueName), mDefaultValue(defaultValue), in OptionSpec()