Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1539 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::StreamingListener
4260 repeater->OnTestCaseStart(*this); in Run()
4566 virtual void OnTestCaseStart(const TestCase& test_case);
4623 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter
4777 virtual void OnTestCaseStart(const TestCase& test_case);
4840 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) in GTEST_REPEATER_METHOD_()
Dgtest.h20827 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
20869 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {}