Home
last modified time | relevance | path

Searched refs:active_log_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/testing/
Dgoogletest.cc229 ScopedMemoryLog* ScopedMemoryLog::active_log_ = NULL; member in google::protobuf::ScopedMemoryLog
232 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()
Dgoogletest.h94 static ScopedMemoryLog* active_log_; variable