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

/external/chromium_org/third_party/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,
297 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(DiskSourceTree);
H A Dimporter.cc202 DiskSourceTree::DiskSourceTree() {} function in class:google::protobuf::compiler::DiskSourceTree
204 DiskSourceTree::~DiskSourceTree() {}
345 void DiskSourceTree::MapPath(const string& virtual_path,
350 DiskSourceTree::DiskFileToVirtualFileResult
351 DiskSourceTree::DiskFileToVirtualFile(
396 bool DiskSourceTree::VirtualFileToDiskFile(const string& virtual_file,
403 io::ZeroCopyInputStream* DiskSourceTree::Open(const string& filename) {
407 io::ZeroCopyInputStream* DiskSourceTree
[all...]
/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 420 milliseconds