Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h86 GTEST_API_ void ReportInvalidTestSuiteType(const char* test_suite_name,
682 ReportInvalidTestSuiteType(test_suite_name, code_location); in GetTestSuitePatternHolder()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2593 void ReportInvalidTestSuiteType(const char* test_suite_name, in ReportInvalidTestSuiteType() function