Searched refs:active_log_ (Results 1 – 2 of 2) sorted by relevance
260 ScopedMemoryLog* ScopedMemoryLog::active_log_ = NULL; member in google::protobuf::ScopedMemoryLog263 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()
96 static ScopedMemoryLog* active_log_; variable