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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6642 // ExitedWithCode constructor.
6643 ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) {
6646 // ExitedWithCode function-call operator.
6647 bool ExitedWithCode::operator()(int exit_status) const {
6703 return !ExitedWithCode(0)(exit_status);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8527 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
8625 class GTEST_API_ ExitedWithCode { class in namespace:testing
8627 explicit ExitedWithCode(int exit_code);
8631 void operator=(const ExitedWithCode& other);

Completed in 140 milliseconds