Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc260 ScopedMemoryLog* ScopedMemoryLog::active_log_ = NULL; member in google::protobuf::ScopedMemoryLog
263 GOOGLE_CHECK(active_log_ == NULL); in ScopedMemoryLog()
264 active_log_ = this; in ScopedMemoryLog()
270 active_log_ = NULL; in ~ScopedMemoryLog()
281 GOOGLE_CHECK(active_log_ != NULL); in HandleLog()
283 active_log_->messages_[level].push_back(message); in HandleLog()
Dgoogletest.h96 static ScopedMemoryLog* active_log_; variable