Searched defs:regex_c_str (Results 1 - 3 of 3) sorted by relevance

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

Completed in 72 milliseconds