Home | History | Annotate | Download | only in test

Lines Matching refs:MatchesRegex

100 using testing::MatchesRegex;
1326 // Tests MatchesRegex().
1329 const Matcher<const char*> m1 = MatchesRegex("a.*z");
1334 const Matcher<const string&> m2 = MatchesRegex(new RE("a.*z"));
1341 Matcher<const std::string> m1 = MatchesRegex(string("Hi.*"));
1344 Matcher<const char*> m2 = MatchesRegex(new RE("a.*"));