Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1253 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity,
1274 LogWithLocation(internal::kInfo, file, line, in InternalDefaultActionSetAt()
1285 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc72 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity, in LogWithLocation() function