Searched defs:WindowsDeathTest (Results 1 - 2 of 2) sorted by relevance

/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/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);

Completed in 30 milliseconds