Home | History | Annotate | Download | only in test

Lines Matching refs:regex_c_str

441   static const char regex_c_str[] = "GlobalFunction";
442 EXPECT_DEATH(GlobalFunction(), regex_c_str);
444 const testing::internal::RE regex(regex_c_str);
448 const string regex_str(regex_c_str);
452 const ::std::string regex_std_str(regex_c_str);