Home
last modified time | relevance | path

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

/third_party/flutter/skia/infra/bots/recipes/
Dupload_calmbench_results.py25 def FindFile(api, suffix): function
46 json_src = FindFile(api, "json")
47 csv_src = FindFile(api, "csv")
/third_party/flutter/engine/flutter/tools/fuchsia/
Dbuild_fuchsia_artifacts.py89 def FindFile(name, path): function
96 found = FindFile(file_name, source)
/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()