| 9697 | const char* file, int line, DeathTest** test); |
| 9698 | DeathTest(); |
| 9699 | virtual ~DeathTest() { } |
| 9700 | |
| 9701 | // A helper class that aborts a death test when it's deleted. |
| 9702 | class ReturnSentinel { |
nothing calls this directly
no outgoing calls
no test coverage detected