Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1841 static bool TestPartFatallyFailed(const TestPartResult& result) { in TestPartFatallyFailed() function
1847 return CountIf(test_part_results_, TestPartFatallyFailed) > 0; in HasFatalFailure()