Home
last modified time | relevance | path

Searched refs:FindFile (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc293 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindFile( in FindFile() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
357 return MaybeCopy(index_.FindFile(filename), output); in FindFileByName()
400 Value FindFile(StringPiece filename);
578 return MaybeParse(index_->FindFile(filename), output); in FindFileByName()
857 EncodedDescriptorDatabase::DescriptorIndex::FindFile( in FindFile() function in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
Ddescriptor_database.h207 Value FindFile(const std::string& filename);
Ddescriptor.cc588 inline const FileDescriptor* FindFile(StringPiece key) const;
946 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile() function in google::protobuf::DescriptorPool::Tables
1307 return tables_->FindFile(filename) != nullptr; in InternalIsFileLoaded()
1388 const FileDescriptor* result = tables_->FindFile(name); in FindFileByName()
1395 result = tables_->FindFile(name); in FindFileByName()
1940 || tables_->FindFile(file_proto.name()) != nullptr in TryFindSymbolInFallbackDatabase()
1961 if (tables_->FindFile(file_proto.name()) != nullptr) { in TryFindExtensionInFallbackDatabase()
4282 const FileDescriptor* existing_file = tables_->FindFile(filename_); in BuildFile()
4316 if (tables_->FindFile(proto.dependency(i)) == nullptr && in BuildFile()
4437 const FileDescriptor* dependency = tables_->FindFile(proto.dependency(i)); in BuildFileImpl()