OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DiskSourceTree
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/compiler/
importer.cc
233
DiskSourceTree
::
DiskSourceTree
() {}
235
DiskSourceTree
::~
DiskSourceTree
() {}
376
void
DiskSourceTree
::MapPath(const string& virtual_path,
381
DiskSourceTree
::DiskFileToVirtualFileResult
382
DiskSourceTree
::DiskFileToVirtualFile(
427
bool
DiskSourceTree
::VirtualFileToDiskFile(const string& virtual_file,
434
io::ZeroCopyInputStream*
DiskSourceTree
::Open(const string& filename) {
438
string
DiskSourceTree
::GetLastErrorMessage()
[
all
...]
importer.h
59
class
DiskSourceTree
;
206
// Most users will probably want to use the
DiskSourceTree
implementation,
231
// Multiple mappings can be set up to map locations in the
DiskSourceTree
to
233
class LIBPROTOBUF_EXPORT
DiskSourceTree
: public SourceTree {
235
DiskSourceTree
();
236
~
DiskSourceTree
();
249
// the
DiskSourceTree
will first try to open foo/bar/qux, then baz/bar/qux,
319
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
DiskSourceTree
);
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
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
);
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
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
);
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
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
);
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
importer.h
59
class
DiskSourceTree
;
206
// Most users will probably want to use the
DiskSourceTree
implementation,
231
// Multiple mappings can be set up to map locations in the
DiskSourceTree
to
233
class LIBPROTOBUF_EXPORT
DiskSourceTree
: public SourceTree {
235
DiskSourceTree
();
236
~
DiskSourceTree
();
249
// the
DiskSourceTree
will first try to open foo/bar/qux, then baz/bar/qux,
319
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
DiskSourceTree
);
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
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
);
Completed in 437 milliseconds