Home | History | Annotate | Download | only in src

Lines Matching refs:reason

336   void Abort(AbortReason reason);
430 void DeathTestImpl::Abort(AbortReason reason) {
435 reason == TEST_DID_NOT_DIE ? kDeathTestLived :
436 reason == TEST_THREW_EXCEPTION ? kDeathTestThrew : kDeathTestReturned;