Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1248 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity,
1269 LogWithLocation(internal::kInfo, file, line, in InternalDefaultActionSetAt()
1280 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc69 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity, in LogWithLocation() function