Home | Sort by relevance Sort by last modified time |
/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; 234 GOOGLE_CHECK(active_log_ != NULL); 236 active_log_->messages_[level].push_back(message); |
googletest.h | 94 static ScopedMemoryLog* active_log_; member in class:google::protobuf::ScopedMemoryLog |