Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h1225 void LogWithLocation(testing::internal::LogSeverity severity,
1245 LogWithLocation(internal::INFO, file, line, in InternalDefaultActionSetAt()
1255 LogWithLocation(internal::INFO, file, line, source_text + " invoked"); in InternalExpectedAt()
/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc59 void LogWithLocation(testing::internal::LogSeverity severity, in LogWithLocation() function