Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.h62 class SourceTree; variable
82 SourceTreeDescriptorDatabase(SourceTree* source_tree);
86 SourceTreeDescriptorDatabase(SourceTree* source_tree,
119 SourceTree* source_tree_;
159 Importer(SourceTree* source_tree, MultiFileErrorCollector* error_collector);
216 class PROTOBUF_EXPORT SourceTree {
218 inline SourceTree() {} in SourceTree() function
219 virtual ~SourceTree();
235 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(SourceTree);
241 class PROTOBUF_EXPORT DiskSourceTree : public SourceTree {
Dimporter.cc117 SourceTree* source_tree) in SourceTreeDescriptorDatabase()
125 SourceTree* source_tree, DescriptorDatabase* fallback_database) in SourceTreeDescriptorDatabase()
220 Importer::Importer(SourceTree* source_tree, in Importer()
246 SourceTree::~SourceTree() {} in ~SourceTree()
248 std::string SourceTree::GetLastErrorMessage() { return "File not found."; } in GetLastErrorMessage()
Dimporter_unittest.cc91 class MockSourceTree : public SourceTree {
/third_party/protobuf/
Dlibprotobuf.map16 …ptorDatabase::SourceTreeDescriptorDatabase(google::protobuf::compiler::SourceTree*, google::protob…
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc7139 class SingletonSourceTree : public compiler::SourceTree {