Home
last modified time | relevance | path

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

/external/protobuf/gtest/test/
Dgtest-death-test_test.cc441 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local
442 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()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-death-test_test.cc505 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local
506 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()
/external/gtest/test/
Dgtest-death-test_test.cc505 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local
506 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()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-death-test_test.cc507 static const char regex_c_str[] = "GlobalFunction"; in TEST_F() local
508 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()