Home | History | Annotate | Download | only in ops

Lines Matching defs:substr

364 void HasError(const Status& s, const string& substr) {
365 EXPECT_TRUE(StringPiece(s.ToString()).contains(substr))
366 << s << ", expected substring " << substr;