HomeSort by relevance Sort by last modified time
    Searched refs:active_log_ (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/testing/
googletest.cc 225 ScopedMemoryLog* ScopedMemoryLog::active_log_ = NULL; member in class:google::protobuf::ScopedMemoryLog
228 GOOGLE_CHECK(active_log_ == NULL);
229 active_log_ = this;
235 active_log_ = NULL;
246 GOOGLE_CHECK(active_log_ != NULL);
248 active_log_->messages_[level].push_back(message);
googletest.h 94 static ScopedMemoryLog* active_log_; member in class:google::protobuf::ScopedMemoryLog

Completed in 3272 milliseconds