Searched refs:regex_c_str (Results 1 – 2 of 2) sorted by relevance
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()
512 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local513 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()515 const testing::internal::RE regex(regex_c_str); in TEST_F()520 const ::std::string regex_std_str(regex_c_str); in TEST_F()525 EXPECT_DEATH(GlobalFunction(), ::std::string(regex_c_str).c_str()); in TEST_F()