HomeSort by relevance Sort by last modified time
    Searched refs:regex_c_str (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 507 static const char regex_c_str[] = "GlobalFunction"; local
508 EXPECT_DEATH(GlobalFunction(), regex_c_str); local
510 const testing::internal::RE regex(regex_c_str);
515 const string regex_str(regex_c_str);
520 const ::std::string regex_std_str(regex_c_str);
    [all...]
  /external/googletest/googletest/test/
gtest-death-test_test.cc 500 static const char regex_c_str[] = "GlobalFunction"; local
501 EXPECT_DEATH(GlobalFunction(), regex_c_str); local
503 const testing::internal::RE regex(regex_c_str);
508 const ::string regex_str(regex_c_str);
515 const ::std::string regex_std_str(regex_c_str);
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 441 static const char regex_c_str[] = "GlobalFunction"; local
442 EXPECT_DEATH(GlobalFunction(), regex_c_str); local
444 const testing::internal::RE regex(regex_c_str);
448 const string regex_str(regex_c_str);
452 const ::std::string regex_std_str(regex_c_str);
    [all...]
  /external/v8/testing/gtest/test/
gtest-death-test_test.cc 500 static const char regex_c_str[] = "GlobalFunction"; local
501 EXPECT_DEATH(GlobalFunction(), regex_c_str); local
503 const testing::internal::RE regex(regex_c_str);
508 const string regex_str(regex_c_str);
515 const ::std::string regex_std_str(regex_c_str);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 505 static const char regex_c_str[] = "GlobalFunction"; local
506 EXPECT_DEATH(GlobalFunction(), regex_c_str); local
508 const testing::internal::RE regex(regex_c_str);
513 const string regex_str(regex_c_str);
518 const ::std::string regex_std_str(regex_c_str);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 506 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);
    [all...]

Completed in 199 milliseconds