Home
last modified time | relevance | path

Searched refs:regex_c_str (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc506 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local
507 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()
509 const testing::internal::RE regex(regex_c_str); in TEST_F()
514 const string regex_str(regex_c_str); in TEST_F()
519 const ::std::string regex_std_str(regex_c_str); in TEST_F()