Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h221 DescriptorDatabase* fallback_database);
226 DescriptorDatabase* fallback_database);
266 DescriptorDatabase* fallback_database);
269 bool VerifyInputFilesInDescriptors(DescriptorDatabase* fallback_database);
Dimporter.cc128 SourceTree* source_tree, DescriptorDatabase* fallback_database) in SourceTreeDescriptorDatabase() argument
130 fallback_database_(fallback_database), in SourceTreeDescriptorDatabase()
Dcommand_line_interface.cc997 DiskSourceTree* source_tree, DescriptorDatabase* fallback_database) { in InitializeDiskSourceTree() argument
1006 if (!MakeInputsBeProtoPathRelative(source_tree, fallback_database)) { in InitializeDiskSourceTree()
1148 DescriptorDatabase* fallback_database) { in MakeProtoProtoPathRelative() argument
1152 fallback_database != nullptr && in MakeProtoProtoPathRelative()
1153 fallback_database->FindFileByName(*proto, &fallback_file); in MakeProtoProtoPathRelative()
1215 DiskSourceTree* source_tree, DescriptorDatabase* fallback_database) { in MakeInputsBeProtoPathRelative() argument
1218 fallback_database)) { in MakeInputsBeProtoPathRelative()
Dimporter.h87 DescriptorDatabase* fallback_database);
/external/protobuf/src/google/protobuf/
Ddescriptor.h1568 explicit DescriptorPool(DescriptorDatabase* fallback_database,
Ddescriptor.cc1272 DescriptorPool::DescriptorPool(DescriptorDatabase* fallback_database, in DescriptorPool() argument
1275 fallback_database_(fallback_database), in DescriptorPool()