Home
last modified time | relevance | path

Searched refs:NonVoidFunction (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
Dgtest-death-test_test.cc175 int NonVoidFunction() { in NonVoidFunction() function
525 TEST_F(TestForDeathTest, NonVoidFunction) { in TEST_F() argument
526 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction"); in TEST_F()
Dgtest_unittest.cc1481 int NonVoidFunction() { in NonVoidFunction() function
1488 NonVoidFunction(); in TEST_F()
/external/googletest/googletest/test/
Dgoogletest-death-test-test.cc167 int NonVoidFunction() { in NonVoidFunction() function
520 TEST_F(TestForDeathTest, NonVoidFunction) { in TEST_F() argument
521 ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction"); in TEST_F()
Dgtest_unittest.cc1272 int NonVoidFunction() { in NonVoidFunction() function
1279 NonVoidFunction(); in TEST_F()