Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h89 GTEST_API_ void ReportInvalidTestSuiteType(const char* test_suite_name,
714 ReportInvalidTestSuiteType(test_suite_name.c_str(), code_location); in GetTestSuitePatternHolder()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2826 void ReportInvalidTestSuiteType(const char* test_suite_name, in ReportInvalidTestSuiteType() function