OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DiskSourceTree
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer.cc
202
DiskSourceTree
::
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
::OpenVirtualFile
[
all
...]
importer.h
59
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 {
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
);
/external/protobuf/src/google/protobuf/compiler/
importer.cc
202
DiskSourceTree
::
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
::OpenVirtualFile
[
all
...]
importer.h
59
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 {
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
);
Completed in 25 milliseconds