Home | History | Annotate | Download | only in test

Lines Matching refs:regex_c_str

450   static const char regex_c_str[] = "GlobalFunction";
451 EXPECT_DEATH(GlobalFunction(), regex_c_str);
453 const testing::internal::RE regex(regex_c_str);
458 const string regex_str(regex_c_str);
463 const ::std::string regex_std_str(regex_c_str);