Searched refs:needsValue (Results 1 – 2 of 2) sorted by relevance
56 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()
46 bool needsValue() const { return mNeedsValue; } in needsValue() function52 OptionSpec(const bool needsValue, const std::string &valueName, const std::string &defaultValue, in OptionSpec() argument54 : mNeedsValue(needsValue), mValueName(valueName), mDefaultValue(defaultValue), in OptionSpec()