Searched refs:getDefaultValue (Results 1 – 9 of 9) sorted by relevance
53 public String getDefaultValue() { in getDefaultValue() method in DefaultsStore.Defaults79 public String getDefaultValue(String key) { in getDefaultValue() method in DefaultsStore84 return defaults.getDefaultValue(); in getDefaultValue()
338 return mDefaultsStore.getDefaultValue(key);347 String defaultValueString = mDefaultsStore.getDefaultValue(key);357 String defaultValueString = mDefaultsStore.getDefaultValue(key);
81 if (spec.needsValue() && !spec.getDefaultValue().empty()) { in printUsage()82 printf("\tdefault: %s", spec.getDefaultValue().c_str()); in printUsage()103 if (optionSpec.needsValue() && !optionSpec.getDefaultValue().empty()) { in parseArguments()105 options[optionName] = optionSpec.getDefaultValue(); in parseArguments()
48 const std::string &getDefaultValue() const { return mDefaultValue; } in getDefaultValue() function
243 public int getDefaultValue() { in getDefaultValue() method in KeyValueListParser.IntValue291 public long getDefaultValue() { in getDefaultValue() method in KeyValueListParser.LongValue339 public String getDefaultValue() { in getDefaultValue() method in KeyValueListParser.StringValue387 public float getDefaultValue() { in getDefaultValue() method in KeyValueListParser.FloatValue
70 setDefaultValue(representation.getDefaultValue()); in useParametersFrom()132 public int getDefaultValue() { in getDefaultValue() method in FilterBasicRepresentation
26 int getDefaultValue(); in getDefaultValue() method
87 public int getDefaultValue() { in getDefaultValue() method in BasicParameterInt
86 public int getDefaultValue() { in getDefaultValue() method in BasicEditor