Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1277 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity,
1299 LogWithLocation(internal::kInfo, file, line, in InternalDefaultActionSetAt()
1311 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc73 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity, in LogWithLocation() function