Searched refs:WindowsDeathTest (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc492 // WindowsDeathTest implements death tests on Windows. Due to the
520 class WindowsDeathTest : public DeathTestImpl { class in namespace:testing::internal
522 WindowsDeathTest(const char* statement, function in class:testing::internal::WindowsDeathTest
551 int WindowsDeathTest::Wait() {
596 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
610 // WindowsDeathTest uses an anonymous pipe to communicate results of
1018 *test = new WindowsDeathTest(statement, regex, file, line);
/external/gtest/src/
H A Dgtest-death-test.cc369 // WindowsDeathTest implements death tests on Windows. Due to the
397 class WindowsDeathTest : public DeathTestImpl { class in namespace:testing::internal
399 WindowsDeathTest(const char* statement, function in class:testing::internal::WindowsDeathTest
436 int WindowsDeathTest::Wait() {
518 void WindowsDeathTest::Abort(AbortReason reason) {
546 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
559 // WindowsDeathTest uses an anonymous pipe to communicate results of
1158 *test = new WindowsDeathTest(statement, regex, file, line);
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc540 // WindowsDeathTest implements death tests on Windows. Due to the
568 class WindowsDeathTest : public DeathTestImpl { class in namespace:testing::internal
570 WindowsDeathTest(const char* a_statement, function in class:testing::internal::WindowsDeathTest
599 int WindowsDeathTest::Wait() {
644 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
658 // WindowsDeathTest uses an anonymous pipe to communicate results of
1067 *test = new WindowsDeathTest(statement, regex, file, line);
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc540 // WindowsDeathTest implements death tests on Windows. Due to the
568 class WindowsDeathTest : public DeathTestImpl { class in namespace:testing::internal
570 WindowsDeathTest(const char* a_statement, function in class:testing::internal::WindowsDeathTest
599 int WindowsDeathTest::Wait() {
644 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
658 // WindowsDeathTest uses an anonymous pipe to communicate results of
1072 *test = new WindowsDeathTest(statement, regex, file, line);
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h159 class WindowsDeathTest;
555 friend class internal::WindowsDeathTest;
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h159 class WindowsDeathTest;
555 friend class internal::WindowsDeathTest;
/external/protobuf/gtest/include/gtest/
H A Dgtest.h157 class WindowsDeathTest;
458 friend class internal::WindowsDeathTest;

Completed in 102 milliseconds