Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h80 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
687 ReportInvalidTestCaseType(test_case_name, code_location); in GetTestCasePatternHolder()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc2624 void ReportInvalidTestCaseType(const char* test_case_name, in ReportInvalidTestCaseType() function