This is the complete list of members for google::protobuf::File, including all inherited members.
ChangeWorkingDirectory(const string &new_working_directory) | google::protobuf::File | static |
CreateDir(const string &name, int mode) | google::protobuf::File | static |
DeleteRecursively(const string &name, void *dummy1, void *dummy2) | google::protobuf::File | static |
Exists(const string &name) | google::protobuf::File | static |
GetContents(const string &name, string *output, bool) | google::protobuf::File | inlinestatic |
GetContentsAsText(const string &name, string *output, bool) | google::protobuf::File | inlinestatic |
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(File) | google::protobuf::File | private |
ReadFileToString(const string &name, string *output, bool text_mode=false) | google::protobuf::File | static |
ReadFileToStringOrDie(const string &name, string *output) | google::protobuf::File | static |
RecursivelyCreateDir(const string &path, int mode) | google::protobuf::File | static |
SetContents(const string &name, const string &contents, bool) | google::protobuf::File | inlinestatic |
WriteStringToFile(const string &contents, const string &name) | google::protobuf::File | static |
WriteStringToFileOrDie(const string &contents, const string &name) | google::protobuf::File | static |