Home
last modified time | relevance | path

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

/external/protobuf/gtest/test/
Dgtest-death-test_test.cc177 bool DieIfLessThan(int x, int y) { in DieIfLessThan() function
466 EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan"); in TEST_F()
477 EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i; in TEST_F()
486 DieIfLessThan(x, y); in TEST_F()
538 EXPECT_DEATH(DieIfLessThan(3, 4), regex++); in TEST_F()
/external/gtest/test/
Dgtest-death-test_test.cc176 bool DieIfLessThan(int x, int y) { in DieIfLessThan() function
471 EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan"); in TEST_F()
482 EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i; in TEST_F()
491 DieIfLessThan(x, y); in TEST_F()
543 EXPECT_DEATH(DieIfLessThan(3, 4), regex++); in TEST_F()