Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp482 int total_test_case_count() const;
504 int FooUnitTest::total_test_case_count() const {} in total_test_case_count() function in FooUnitTest
548 using BarUnitTest::total_test_case_count;
568 int total_test_case_count() const;
595 int total_test_case_count() const;
607 (void)t.total_test_case_count(); in FuncUnitTest()
623 (void)t.total_test_case_count(); in unitTestInstantiationOnlyWarns()
643 testing::UnitTest().total_test_case_count
677 (void)FooUnitTest().total_test_case_count(); in unitTestCallAndReference()
715 auto F4 = &FooUnitTest::total_test_case_count; in unitTestCallAndReference()
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/
H A Dgtest.h40 int total_test_case_count() const;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h52 int total_test_case_count() const;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1316 int total_test_case_count() const;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4653 int UnitTest::total_test_case_count() const { in total_test_case_count() function in testing::UnitTest