Searched refs:source_tree_ (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 109 : importer_(&source_tree_, &error_collector_) {} in ImporterTest() 112 source_tree_.AddFile(filename, text); in AddFile() 119 MockSourceTree source_tree_; member in google::protobuf::compiler::__anon5cd70b830111::ImporterTest 365 scoped_ptr<io::ZeroCopyInputStream> input(source_tree_.Open(filename)); in ExpectFileContents() 382 scoped_ptr<io::ZeroCopyInputStream> input(source_tree_.Open(filename)); in ExpectCannotOpenFile() 384 EXPECT_EQ(error_message, source_tree_.GetLastErrorMessage()); in ExpectCannotOpenFile() 387 DiskSourceTree source_tree_; member in google::protobuf::compiler::__anon5cd70b830111::DiskSourceTreeTest 397 source_tree_.MapPath("", dirnames_[0]); in TEST_F() 408 source_tree_.MapPath("baz", dirnames_[0]); in TEST_F() 434 source_tree_.MapPath("", dirnames_[0] + "/bar"); in TEST_F() [all …]
|
D | importer.cc | 116 : source_tree_(source_tree), in SourceTreeDescriptorDatabase() 125 scoped_ptr<io::ZeroCopyInputStream> input(source_tree_->Open(filename)); in FindFileByName() 129 source_tree_->GetLastErrorMessage()); in FindFileByName()
|
D | importer.h | 109 SourceTree* source_tree_; variable
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 5321 : source_tree_("/test/test.proto", kSourceLocationTestInput), in SourceLocationTest() 5322 db_(&source_tree_), in SourceLocationTest() 5335 SingletonSourceTree source_tree_; member in google::protobuf::descriptor_unittest::SourceLocationTest 5453 : source_tree_("/test/test.proto", kCopySourceCodeInfoToTestInput), in CopySourceCodeInfoToTest() 5454 db_(&source_tree_), in CopySourceCodeInfoToTest() 5459 SingletonSourceTree source_tree_; member in google::protobuf::descriptor_unittest::CopySourceCodeInfoToTest
|