Lines Matching defs:value
98 static bool GetNumeric(const std::string& arg, const std::string& value, IntType* numeric_value, in GetNumeric()
113 bool Options::SetPrintTime(const std::string&, const std::string& value, bool) { in SetPrintTime()
120 bool Options::SetNumeric(const std::string& arg, const std::string& value, bool from_env) { in SetNumeric()
132 bool Options::SetNumericEnvOnly(const std::string& arg, const std::string& value, bool from_env) { in SetNumericEnvOnly()
149 bool Options::SetIterations(const std::string& arg, const std::string& value, bool from_env) { in SetIterations()
156 bool Options::SetString(const std::string& arg, const std::string& value, bool) { in SetString()
161 bool Options::SetXmlFile(const std::string& arg, const std::string& value, bool from_env) { in SetXmlFile()
193 bool Options::HandleArg(const std::string& arg, const std::string& value, const ArgInfo& info, in HandleArg()
276 std::string value; in ProcessSingle() local
348 std::string value(env); in Process() local
362 const char* value = &args[i][2]; in Process() local