Searched refs:status_ok (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc388 virtual bool Passed(bool status_ok);
535 // status_ok: true if exit_status is acceptable in the context of
541 bool DeathTestImpl::Passed(bool status_ok) { argument
565 if (status_ok) {
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc412 bool Passed(bool status_ok) override;
563 // status_ok: true if exit_status is acceptable in the context of
569 bool DeathTestImpl::Passed(bool status_ok) { argument
593 if (status_ok) {

Completed in 5 milliseconds