OnTestCaseStart  18456 modules/ts/include/opencv2/ts/ts_gtest.h   virtual void OnTestCaseStart(const TestCase& test_case) = 0;
OnTestCaseStart  18496 modules/ts/include/opencv2/ts/ts_gtest.h   virtual void OnTestCaseStart(const TestCase& /*test_case*/) {}
OnTestCaseStart  3937 modules/ts/src/ts_gtest.cpp   repeater->OnTestCaseStart(*this);
OnTestCaseStart  4204 modules/ts/src/ts_gtest.cpp   virtual void OnTestCaseStart(const TestCase& test_case);
OnTestCaseStart  4423 modules/ts/src/ts_gtest.cpp   virtual void OnTestCaseStart(const TestCase& test_case);
OnTestCaseStart  4486 modules/ts/src/ts_gtest.cpp GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)