WriterMutexLock   320 third_party/protobuf/src/google/protobuf/message.cc   WriterMutexLock lock(&mutex_);
WriterMutexLock  1168 third_party/protobuf/src/google/protobuf/stubs/common.h using internal::WriterMutexLock;
WriterMutexLock   176 third_party/re2/util/mutex.h class WriterMutexLock {
WriterMutexLock   178 third_party/re2/util/mutex.h   explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
WriterMutexLock   179 third_party/re2/util/mutex.h   ~WriterMutexLock() { mu_->WriterUnlock(); }
WriterMutexLock   183 third_party/re2/util/mutex.h   WriterMutexLock(const WriterMutexLock&);
WriterMutexLock   184 third_party/re2/util/mutex.h   void operator=(const WriterMutexLock&);
WriterMutexLock   309 third_party/tcmalloc/chromium/src/base/simple_mutex.h class WriterMutexLock {
WriterMutexLock   311 third_party/tcmalloc/chromium/src/base/simple_mutex.h   explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
WriterMutexLock   312 third_party/tcmalloc/chromium/src/base/simple_mutex.h   ~WriterMutexLock() { mu_->WriterUnlock(); }
WriterMutexLock   316 third_party/tcmalloc/chromium/src/base/simple_mutex.h   WriterMutexLock(const WriterMutexLock&);
WriterMutexLock   317 third_party/tcmalloc/chromium/src/base/simple_mutex.h   void operator=(const WriterMutexLock&);
WriterMutexLock   309 third_party/tcmalloc/vendor/src/base/simple_mutex.h class WriterMutexLock {
WriterMutexLock   311 third_party/tcmalloc/vendor/src/base/simple_mutex.h   explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
WriterMutexLock   312 third_party/tcmalloc/vendor/src/base/simple_mutex.h   ~WriterMutexLock() { mu_->WriterUnlock(); }
WriterMutexLock   316 third_party/tcmalloc/vendor/src/base/simple_mutex.h   WriterMutexLock(const WriterMutexLock&);
WriterMutexLock   317 third_party/tcmalloc/vendor/src/base/simple_mutex.h   void operator=(const WriterMutexLock&);