Searched refs:TestPartResultArray (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.cc119 // TestPartResultArray object given in the constructor whenever a Google Test
137 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
141 TestPartResultArray* result);
146 // Appends the TestPartResult object to the TestPartResultArray
157 TestPartResultArray* const result_;
166 // TestPartResultArray contains exactly one failure that has the given
172 SingleFailureChecker(const TestPartResultArray* results,
177 const TestPartResultArray* const results_;
217 ::testing::TestPartResultArray gtest_failures;\
234 ::testing::TestPartResultArray gtest_failure
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17167 // Don't inherit from TestPartResultArray as its destructor is not
17169 class GTEST_API_ TestPartResultArray { class in namespace:testing
17171 TestPartResultArray() {} function in class:testing::TestPartResultArray
17185 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);

Completed in 128 milliseconds