Home | History | Annotate | Download | only in test

Lines Matching refs:regex_c_str

505   static const char regex_c_str[] = "GlobalFunction";
506 EXPECT_DEATH(GlobalFunction(), regex_c_str);
508 const testing::internal::RE regex(regex_c_str);
513 const string regex_str(regex_c_str);
518 const ::std::string regex_std_str(regex_c_str);