Lines Matching defs:errors
93 const std::vector<std::string>* errors =
97 for (std::vector<std::string>::const_iterator iter = errors->begin();
98 iter != errors->end(); ++iter) {
104 // The tests rely on the errors being in a certain order, which can vary
477 ExtensionErrorReporter::Init(false); // no noisy errors
503 // The tests rely on the errors being in a certain order, which can vary
612 std::vector<std::string> errors = GetErrors();
619 EXPECT_EQ(0u, errors.size()) << path.value();
624 for (std::vector<std::string>::iterator err = errors.begin();
625 err != errors.end(); ++err) {
631 EXPECT_EQ(1u, errors.size()) << path.value();
666 std::vector<std::string> errors = GetErrors();
667 int error_count = errors.size();
1261 std::vector<std::string> errors = GetErrors();
1264 EXPECT_EQ(0u, errors.size()) << "There were errors: "
1265 << JoinString(errors, ',');
2409 std::vector<std::string> errors = GetErrors();
2410 for (std::vector<std::string>::iterator err = errors.begin();
2411 err != errors.end(); ++err) {