Searched refs:other_messages_ (Results 1 – 2 of 2) sorted by relevance
626 other_messages_.clear(); in Reset()682 other_messages_.push_back(errorString); in CheckForDesiredMsg()690 vector<string> ErrorMonitor::GetOtherFailureMsgs() const { return other_messages_; } in GetOtherFailureMsgs()732 for (auto msg : other_messages_) { in VerifyFound()753 for (auto msg : other_messages_) { in VerifyNotFound()
289 vector<string> other_messages_; variable