Searched refs:active_log_ (Results 1 – 2 of 2) sorted by relevance
229 ScopedMemoryLog* ScopedMemoryLog::active_log_ = NULL; member in google::protobuf::ScopedMemoryLog232 GOOGLE_CHECK(active_log_ == NULL); in ScopedMemoryLog()233 active_log_ = this; in ScopedMemoryLog()239 active_log_ = NULL; in ~ScopedMemoryLog()250 GOOGLE_CHECK(active_log_ != NULL); in HandleLog()252 active_log_->messages_[level].push_back(message); in HandleLog()
94 static ScopedMemoryLog* active_log_; variable