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 213 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);
googletest.h 90 static ScopedMemoryLog* active_log_; member in class:google::protobuf::ScopedMemoryLog

Completed in 35 milliseconds