Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h60 GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
581 ReportInvalidTestCaseType(test_case_name, file, line); in GetTestCasePatternHolder()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2218 void ReportInvalidTestCaseType(const char* test_case_name, in ReportInvalidTestCaseType() function