Searched defs:ScopedMemoryLog (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h58 // For use with ScopedMemoryLog::GetMessages(). Inside Google the LogLevel
60 // ScopedMemoryLog refers to LOGLEVEL_ERROR as just ERROR.
66 // ScopedMemoryLog log; // constructor registers object as a log sink
72 class ScopedMemoryLog { class in namespace:google::protobuf
74 ScopedMemoryLog();
75 virtual ~ScopedMemoryLog();
90 static ScopedMemoryLog* active_log_;
92 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ScopedMemoryLog);
H A Dgoogletest.cc213 ScopedMemoryLog* ScopedMemoryLog::active_log_ = NULL;
215 ScopedMemoryLog::ScopedMemoryLog() { function in class:google::protobuf::ScopedMemoryLog
221 ScopedMemoryLog::~ScopedMemoryLog() {
226 const vector<string>& ScopedMemoryLog::GetMessages(LogLevel dummy) const {
231 void ScopedMemoryLog::HandleLog(LogLevel level, const char* filename,

Completed in 63 milliseconds