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()233 GOOGLE_CHECK(active_log_ != NULL); in HandleLog()235 active_log_->messages_.push_back(message); in HandleLog()
90 static ScopedMemoryLog* active_log_; variable