Lines Matching refs:PrintError
76 static void PrintError(const std::string& arg, std::string msg, bool from_env) { in PrintError() function
99 PrintError(arg, std::string("value overflows (") + value + ")", from_env); in GetNumeric()
101 PrintError(arg, std::string("value is not formatted as a numeric value (") + value + ")", in GetNumeric()
122 PrintError(arg, "requires a number greater than zero.", from_env); in SetNumeric()
130 PrintError(arg, "is only supported as an environment variable.", false); in SetNumericEnvOnly()
159 PrintError(arg, "only supports an xml output file.", from_env); in SetXmlFile()
164 PrintError(arg, "requires a file name after xml:", from_env); in SetXmlFile()
171 PrintError(arg, in SetXmlFile()
192 PrintError(arg, "is not compatible with isolation runs.", from_env); in HandleArg()
198 PrintError(arg, "requires an argument.", from_env); in HandleArg()
206 PrintError(arg, "does not take an argument.", from_env); in HandleArg()