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

/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 72 milliseconds