Searched defs:MockDeathTest (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc840 friend class MockDeathTest;
841 // If true, Create will return a MockDeathTest; otherwise it returns
844 // The value a MockDeathTest will return from its AssumeRole method.
846 // The value a MockDeathTest will return from its Wait method.
848 // The value a MockDeathTest will return from its Passed method.
861 // True if the last MockDeathTest returned by Create has been
871 class MockDeathTest : public DeathTest { class in inherits:DeathTest
873 MockDeathTest(MockDeathTestFactory *parent, function in class:MockDeathTest
877 virtual ~MockDeathTest() {
934 // MockDeathTest objec
[all...]
/external/gtest/test/
H A Dgtest-death-test_test.cc838 friend class MockDeathTest;
839 // If true, Create will return a MockDeathTest; otherwise it returns
842 // The value a MockDeathTest will return from its AssumeRole method.
844 // The value a MockDeathTest will return from its Wait method.
846 // The value a MockDeathTest will return from its Passed method.
859 // True if the last MockDeathTest returned by Create has been
869 class MockDeathTest : public DeathTest { class in inherits:DeathTest
871 MockDeathTest(MockDeathTestFactory *parent, function in class:MockDeathTest
875 virtual ~MockDeathTest() {
932 // MockDeathTest objec
[all...]
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc721 friend class MockDeathTest;
722 // If true, Create will return a MockDeathTest; otherwise it returns
725 // The value a MockDeathTest will return from its AssumeRole method.
727 // The value a MockDeathTest will return from its Wait method.
729 // The value a MockDeathTest will return from its Passed method.
742 // True if the last MockDeathTest returned by Create has been
752 class MockDeathTest : public DeathTest { class in inherits:DeathTest
754 MockDeathTest(MockDeathTestFactory *parent, function in class:MockDeathTest
758 virtual ~MockDeathTest() {
814 // MockDeathTest objec
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-death-test_test.cc904 friend class MockDeathTest;
905 // If true, Create will return a MockDeathTest; otherwise it returns
908 // The value a MockDeathTest will return from its AssumeRole method.
910 // The value a MockDeathTest will return from its Wait method.
912 // The value a MockDeathTest will return from its Passed method.
925 // True if the last MockDeathTest returned by Create has been
935 class MockDeathTest : public DeathTest { class in inherits:DeathTest
937 MockDeathTest(MockDeathTestFactory *parent, function in class:MockDeathTest
941 virtual ~MockDeathTest() {
998 // MockDeathTest objec
[all...]

Completed in 69 milliseconds