Searched refs:TestResult (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.cc1002 // Returns the TestResult for the test that's currently running, or
1003 // the TestResult for the ad hoc test if no test is running.
1004 TestResult* current_test_result();
1006 // Returns the TestResult for the ad hoc test.
1007 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
1121 // Adds a TestProperty to the current TestResult object when invoked in a
1290 TestResult ad_hoc_test_result_;
1444 // TestResult contains some private methods that should be hidden from
1452 static void RecordProperty(TestResult* test_result,
1458 static void ClearTestPartResults(TestResult* test_resul
3178 TestResult::TestResult() function in class:testing::TestResult
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17912 // TestResult is not copyable.
17913 class GTEST_API_ TestResult { class in namespace:testing
17915 // Creates an empty TestResult.
17916 TestResult();
17918 // D'tor. Do not inherit from TestResult.
17919 ~TestResult();
18019 // We disallow copying TestResult.
18020 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
18021 }; // class TestResult
18089 const TestResult* resul
[all...]

Completed in 480 milliseconds