Home
last modified time | relevance | path

Searched refs:fallback_database (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h222 DescriptorDatabase* fallback_database);
227 DescriptorDatabase* fallback_database);
278 DescriptorDatabase* fallback_database);
281 bool VerifyInputFilesInDescriptors(DescriptorDatabase* fallback_database);
Dimporter.cc125 SourceTree* source_tree, DescriptorDatabase* fallback_database) in SourceTreeDescriptorDatabase() argument
127 fallback_database_(fallback_database), in SourceTreeDescriptorDatabase()
Dimporter.h87 DescriptorDatabase* fallback_database);
Dcommand_line_interface.cc1045 DiskSourceTree* source_tree, DescriptorDatabase* fallback_database) { in InitializeDiskSourceTree() argument
1054 if (!MakeInputsBeProtoPathRelative(source_tree, fallback_database)) { in InitializeDiskSourceTree()
1242 DescriptorDatabase* fallback_database) { in MakeProtoProtoPathRelative() argument
1246 fallback_database != nullptr && in MakeProtoProtoPathRelative()
1247 fallback_database->FindFileByName(*proto, &fallback_file); in MakeProtoProtoPathRelative()
1314 DiskSourceTree* source_tree, DescriptorDatabase* fallback_database) { in MakeInputsBeProtoPathRelative() argument
1317 fallback_database)) { in MakeInputsBeProtoPathRelative()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h1659 explicit DescriptorPool(DescriptorDatabase* fallback_database,
Ddescriptor.cc1260 DescriptorPool::DescriptorPool(DescriptorDatabase* fallback_database, in DescriptorPool() argument
1263 fallback_database_(fallback_database), in DescriptorPool()