#include <importer.h>
|
enum | DiskFileToVirtualFileResult {
SUCCESS,
SHADOWED,
CANNOT_OPEN,
NO_MAPPING,
SUCCESS,
SHADOWED,
CANNOT_OPEN,
NO_MAPPING
} |
|
enum | DiskFileToVirtualFileResult {
SUCCESS,
SHADOWED,
CANNOT_OPEN,
NO_MAPPING,
SUCCESS,
SHADOWED,
CANNOT_OPEN,
NO_MAPPING
} |
|
◆ DiskFileToVirtualFileResult [1/2]
◆ DiskFileToVirtualFileResult [2/2]
◆ DiskSourceTree() [1/2]
google::protobuf::compiler::DiskSourceTree::DiskSourceTree |
( |
| ) |
|
◆ ~DiskSourceTree() [1/2]
google::protobuf::compiler::DiskSourceTree::~DiskSourceTree |
( |
| ) |
|
◆ DiskSourceTree() [2/2]
google::protobuf::compiler::DiskSourceTree::DiskSourceTree |
( |
| ) |
|
◆ ~DiskSourceTree() [2/2]
google::protobuf::compiler::DiskSourceTree::~DiskSourceTree |
( |
| ) |
|
◆ DiskFileToVirtualFile() [1/2]
◆ DiskFileToVirtualFile() [2/2]
DiskFileToVirtualFileResult google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFile |
( |
const std::string & |
disk_file, |
|
|
std::string * |
virtual_file, |
|
|
std::string * |
shadowing_disk_file |
|
) |
| |
◆ GetLastErrorMessage() [1/2]
std::string google::protobuf::compiler::DiskSourceTree::GetLastErrorMessage |
( |
| ) |
|
|
overridevirtual |
◆ GetLastErrorMessage() [2/2]
std::string google::protobuf::compiler::DiskSourceTree::GetLastErrorMessage |
( |
| ) |
|
|
overridevirtual |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
google::protobuf::compiler::DiskSourceTree::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
DiskSourceTree |
| ) |
|
|
private |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
google::protobuf::compiler::DiskSourceTree::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
DiskSourceTree |
| ) |
|
|
private |
◆ MapPath() [1/2]
void google::protobuf::compiler::DiskSourceTree::MapPath |
( |
const std::string & |
virtual_path, |
|
|
const std::string & |
disk_path |
|
) |
| |
◆ MapPath() [2/2]
void google::protobuf::compiler::DiskSourceTree::MapPath |
( |
const std::string & |
virtual_path, |
|
|
const std::string & |
disk_path |
|
) |
| |
◆ Open() [1/2]
◆ Open() [2/2]
◆ OpenDiskFile() [1/2]
◆ OpenDiskFile() [2/2]
◆ OpenVirtualFile() [1/2]
io::ZeroCopyInputStream * google::protobuf::compiler::DiskSourceTree::OpenVirtualFile |
( |
const std::string & |
virtual_file, |
|
|
std::string * |
disk_file |
|
) |
| |
|
private |
◆ OpenVirtualFile() [2/2]
io::ZeroCopyInputStream* google::protobuf::compiler::DiskSourceTree::OpenVirtualFile |
( |
const std::string & |
virtual_file, |
|
|
std::string * |
disk_file |
|
) |
| |
|
private |
◆ VirtualFileToDiskFile() [1/2]
bool google::protobuf::compiler::DiskSourceTree::VirtualFileToDiskFile |
( |
const std::string & |
virtual_file, |
|
|
std::string * |
disk_file |
|
) |
| |
◆ VirtualFileToDiskFile() [2/2]
bool google::protobuf::compiler::DiskSourceTree::VirtualFileToDiskFile |
( |
const std::string & |
virtual_file, |
|
|
std::string * |
disk_file |
|
) |
| |
◆ last_error_message_
std::string google::protobuf::compiler::DiskSourceTree::last_error_message_ |
|
private |
◆ mappings_
std::vector< Mapping > google::protobuf::compiler::DiskSourceTree::mappings_ |
|
private |
The documentation for this class was generated from the following files: