Home | History | Annotate | Download | only in gtest

Lines Matching defs:errors

3514   Message errors;
3515 errors
3526 errors.GetString().c_str());
4599 "errors=\"0\" time=\"%s\">\n",
4615 "errors=\"0\" time=\"%s\" ",
4887 // which is for errors presumably detectable only at run time. Since
8460 Message errors;
8466 errors << "Test " << name << " is listed more than once.\n";
8483 errors << "No test named " << name
8492 errors << "You forgot to list test " << *it << ".\n";
8496 const String& errors_str = errors.GetString();