Searched defs:TestPartResult (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.h7047 class TestPartResult; // Result of a test part.
7110 explicit GoogleTestFailureException(const TestPartResult& failure);
7992 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
7995 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
7998 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
17089 // Don't inherit from TestPartResult as its destructor is not virtual.
17090 class GTEST_API_ TestPartResult { class in namespace:testing
17100 // C'tor. TestPartResult does NOT have a default constructor.
17102 // TestPartResult object.
17103 TestPartResult(Typ function in class:testing::TestPartResult
[all...]

Completed in 226 milliseconds