Searched refs:active_log_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc213 ScopedMemoryLog* ScopedMemoryLog::active_log_ = NULL; member in class:google::protobuf::ScopedMemoryLog
216 GOOGLE_CHECK(active_log_ == NULL);
217 active_log_ = this;
223 active_log_ = NULL;
234 GOOGLE_CHECK(active_log_ != NULL);
236 active_log_->messages_[level].push_back(message);
H A Dgoogletest.h94 static ScopedMemoryLog* active_log_; member in class:google::protobuf::ScopedMemoryLog
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc213 ScopedMemoryLog* ScopedMemoryLog::active_log_ = NULL; member in class:google::protobuf::ScopedMemoryLog
216 GOOGLE_CHECK(active_log_ == NULL);
217 active_log_ = this;
223 active_log_ = NULL;
233 GOOGLE_CHECK(active_log_ != NULL);
235 active_log_->messages_.push_back(message);
H A Dgoogletest.h90 static ScopedMemoryLog* active_log_; member in class:google::protobuf::ScopedMemoryLog

Completed in 101 milliseconds