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

  /external/chromium_org/testing/gtest/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...]
  /external/gtest/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...]
  /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);
453 const ::std::string regex_std_str(regex_c_str);
    [all...]
  /ndk/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 62 milliseconds