Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-test-part.h73 summary_(ExtractSummary(a_message)), in TestPartResult()
115 static std::string ExtractSummary(const char* message);
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-test-part.cc45 std::string TestPartResult::ExtractSummary(const char* message) { in ExtractSummary() function in testing::TestPartResult