Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc171 void GlobalFunction() { DieInside("GlobalFunction"); } in GlobalFunction() function
195 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
196 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
499 TEST_F(TestForDeathTest, GlobalFunction) { in TEST_F() argument
500 EXPECT_DEATH(GlobalFunction(), "GlobalFunction"); in TEST_F()
507 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()
510 EXPECT_DEATH(GlobalFunction(), regex); in TEST_F()
515 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()
520 EXPECT_DEATH(GlobalFunction(), regex_std_str); in TEST_F()