Home
last modified time | relevance | path

Searched refs:OnTestCaseStart (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1569 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::StreamingListener
3921 repeater->OnTestCaseStart(*this); in Run()
4188 virtual void OnTestCaseStart(const TestCase& test_case);
4245 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter
4399 virtual void OnTestCaseStart(const TestCase& test_case);
4462 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) in GTEST_REPEATER_METHOD_()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h18392 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
18432 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {}