Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h87 GTEST_API_ void ReportInvalidTestSuiteType(const char* test_suite_name,
713 ReportInvalidTestSuiteType(test_suite_name, code_location); in GetTestSuitePatternHolder()
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc2775 void ReportInvalidTestSuiteType(const char* test_suite_name, in ReportInvalidTestSuiteType() function