Searched refs:regex_c_str (Results 1 – 4 of 4) sorted by relevance
441 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local442 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()444 const testing::internal::RE regex(regex_c_str); in TEST_F()448 const string regex_str(regex_c_str); in TEST_F()452 const ::std::string regex_std_str(regex_c_str); in TEST_F()
505 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local506 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()508 const testing::internal::RE regex(regex_c_str); in TEST_F()513 const string regex_str(regex_c_str); in TEST_F()518 const ::std::string regex_std_str(regex_c_str); in TEST_F()
507 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local508 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()510 const testing::internal::RE regex(regex_c_str); in TEST_F()515 const string regex_str(regex_c_str); in TEST_F()520 const ::std::string regex_std_str(regex_c_str); in TEST_F()