Home | Sort by relevance Sort by last modified time |
/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 |