Searched refs:active_log_ (Results 1 – 2 of 2) sorted by relevance
213 ScopedMemoryLog* ScopedMemoryLog::active_log_ = NULL; member in google::protobuf::ScopedMemoryLog216 GOOGLE_CHECK(active_log_ == NULL); in ScopedMemoryLog()217 active_log_ = this; in ScopedMemoryLog()223 active_log_ = NULL; in ~ScopedMemoryLog()234 GOOGLE_CHECK(active_log_ != NULL); in HandleLog()236 active_log_->messages_[level].push_back(message); in HandleLog()
94 static ScopedMemoryLog* active_log_; variable