Home
last modified time | relevance | path

Searched refs:current_test_suite (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h56 TestSuite *current_test_suite() const;
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp575 testing::TestSuite *current_test_suite() const;
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h765 const TestSuite* current_test_suite() const { return current_test_suite_; } in current_test_suite() function
H A Dgtest.cc2506 const TestSuite* const test_suite = impl->current_test_suite(); in HasSameFixtureClass()
5501 const TestSuite* UnitTest::current_test_suite() const in current_test_suite() function in testing::UnitTest
5504 return impl_->current_test_suite(); in current_test_suite()
5512 return impl_->current_test_suite(); in current_test_case()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1135 const TestSuite* current_test_suite() const GTEST_LOCK_EXCLUDED_(mutex_);