Home
last modified time | relevance | path

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/
Dgtest-all.cc6643 ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) { in ExitedWithCode() function in testing::ExitedWithCode
6647 bool ExitedWithCode::operator()(int exit_status) const { in operator ()()
6703 return !ExitedWithCode(0)(exit_status); in ExitedUnsuccessfully()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h8625 class GTEST_API_ ExitedWithCode {
8627 explicit ExitedWithCode(int exit_code);
8631 void operator=(const ExitedWithCode& other);