Searched refs:MutexLockMaybe (Results 1 – 2 of 2) sorted by relevance
1139 class LIBPROTOBUF_EXPORT MutexLockMaybe {1141 explicit MutexLockMaybe(Mutex *mu) : in MutexLockMaybe() function1143 ~MutexLockMaybe() { if (this->mu_ != NULL) { this->mu_->Unlock(); } } in ~MutexLockMaybe()1146 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(MutexLockMaybe);1157 using internal::MutexLockMaybe;
704 MutexLockMaybe lock(pool->mutex_); in FindByNameHelper()950 MutexLockMaybe lock(mutex_); in InternalIsFileLoaded()1029 MutexLockMaybe lock(mutex_); in FindFileByName()1047 MutexLockMaybe lock(mutex_); in FindFileContainingSymbol()1125 MutexLockMaybe lock(mutex_); in FindExtensionByNumber()1147 MutexLockMaybe lock(mutex_); in FindAllExtensions()2816 MutexLockMaybe lock((pool == pool_) ? NULL : pool->mutex_); in FindSymbolNotEnforcingDepsHelper()