Lines Matching refs:regex
306 // TODO(wan@google.com): <regex.h> doesn't support matching strings
449 const testing::internal::RE regex(regex_c_str);
450 EXPECT_DEATH(GlobalFunction(), regex);
541 const char* regex = "DieIf";
542 regex;
543 EXPECT_DEATH(DieIfLessThan(3, 4), regex++);
544 EXPECT_EQ(regex_save + 1, regex);
721 const ::testing::internal::RE* regex,
836 const ::testing::internal::RE* regex,