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.cc225 ScopedMemoryLog* ScopedMemoryLog::active_log_ = NULL; member in google::protobuf::ScopedMemoryLog
228 GOOGLE_CHECK(active_log_ == NULL); in ScopedMemoryLog()
229 active_log_ = this; in ScopedMemoryLog()
235 active_log_ = NULL; in ~ScopedMemoryLog()
246 GOOGLE_CHECK(active_log_ != NULL); in HandleLog()
248 active_log_->messages_[level].push_back(message); in HandleLog()
Dgoogletest.h94 static ScopedMemoryLog* active_log_; variable