Searched defs:DiskSourceTree (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.h59 class DiskSourceTree;
194 // Most users will probably want to use the DiskSourceTree implementation,
212 // Multiple mappings can be set up to map locations in the DiskSourceTree to
214 class LIBPROTOBUF_EXPORT DiskSourceTree : public SourceTree { class in namespace:google::protobuf::compiler
216 DiskSourceTree();
217 ~DiskSourceTree();
230 // the DiskSourceTree will first try to open foo/bar/qux, then baz/bar/qux,
296 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(DiskSourceTree);
H A Dimporter.cc202 DiskSourceTree::DiskSourceTree() {} function in class:google::protobuf::compiler::DiskSourceTree
204 DiskSourceTree::~DiskSourceTree() {}
340 void DiskSourceTree::MapPath(const string& virtual_path,
345 DiskSourceTree::DiskFileToVirtualFileResult
346 DiskSourceTree::DiskFileToVirtualFile(
391 bool DiskSourceTree::VirtualFileToDiskFile(const string& virtual_file,
398 io::ZeroCopyInputStream* DiskSourceTree::Open(const string& filename) {
402 io::ZeroCopyInputStream* DiskSourceTree
[all...]

Completed in 82 milliseconds