| 791 | } |
| 792 | |
| 793 | bool DescriptorPool::InternalIsFileLoaded(const string& filename) const { |
| 794 | MutexLockMaybe lock(mutex_); |
| 795 | return tables_->FindFile(filename) != NULL; |
| 796 | } |
| 797 | |
| 798 | // generated_pool ==================================================== |
| 799 |