Searched refs:ad_hoc_test_result_ (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.cc1007 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
1092 // ad_hoc_test_result_.
1118 ad_hoc_test_result_.Clear();
1273 // stores assertion results in ad_hoc_test_result_. Initially NULL.
1279 // assertion results in ad_hoc_test_result_. Initially NULL.
1289 // test, and records the result in ad_hoc_test_result_.
1290 TestResult ad_hoc_test_result_; member in class:testing::internal::UnitTestImpl
3942 ad_hoc_test_result_.Clear();
5324 // inside a test, to current TestCase's ad_hoc_test_result_ when invoked
5502 ad_hoc_test_result_(),
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18230 const TestResult& ad_hoc_test_result() const { return ad_hoc_test_result_; }
18333 TestResult ad_hoc_test_result_; member in class:testing::TestCase
18657 // inside a test, to current TestCase's ad_hoc_test_result_ when invoked

Completed in 104 milliseconds