Lines Matching defs:value
95 static bool GetNumeric(const std::string& arg, const std::string& value, IntType* numeric_value, in GetNumeric()
110 bool Options::SetPrintTime(const std::string&, const std::string& value, bool) { in SetPrintTime()
117 bool Options::SetNumeric(const std::string& arg, const std::string& value, bool from_env) { in SetNumeric()
129 bool Options::SetNumericEnvOnly(const std::string& arg, const std::string& value, bool from_env) { in SetNumericEnvOnly()
146 bool Options::SetIterations(const std::string& arg, const std::string& value, bool from_env) { in SetIterations()
153 bool Options::SetString(const std::string& arg, const std::string& value, bool) { in SetString()
158 bool Options::SetXmlFile(const std::string& arg, const std::string& value, bool from_env) { in SetXmlFile()
190 bool Options::HandleArg(const std::string& arg, const std::string& value, const ArgInfo& info, in HandleArg()
273 std::string value; in ProcessSingle() local
345 std::string value(env); in Process() local
359 const char* value = &args[i][2]; in Process() local