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 |
| ChangeWorkingDirectory(const std::string &new_working_directory) | google::protobuf::File | static |
| CreateDir(const string &name, int mode) | google::protobuf::File | static |
| CreateDir(const std::string &name, int mode) | google::protobuf::File | static |
| DeleteRecursively(const string &name, void *dummy1, void *dummy2) | google::protobuf::File | static |
| DeleteRecursively(const std::string &name, void *dummy1, void *dummy2) | google::protobuf::File | static |
| Exists(const string &name) | google::protobuf::File | static |
| Exists(const std::string &name) | google::protobuf::File | static |
| GetContents(const string &name, string *output, bool) | google::protobuf::File | inlinestatic |
| GetContents(const std::string &name, std::string *output, bool) | google::protobuf::File | inlinestatic |
| GetContentsAsText(const string &name, string *output, bool) | google::protobuf::File | inlinestatic |
| GetContentsAsText(const std::string &name, std::string *output, bool) | google::protobuf::File | inlinestatic |
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(File) | google::protobuf::File | private |
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(File) | google::protobuf::File | private |
| ReadFileToString(const string &name, string *output, bool text_mode=false) | google::protobuf::File | static |
| ReadFileToString(const std::string &name, std::string *output, bool text_mode=false) | google::protobuf::File | static |
| ReadFileToStringOrDie(const string &name, string *output) | google::protobuf::File | static |
| ReadFileToStringOrDie(const std::string &name, std::string *output) | google::protobuf::File | static |
| RecursivelyCreateDir(const string &path, int mode) | google::protobuf::File | static |
| RecursivelyCreateDir(const std::string &path, int mode) | google::protobuf::File | static |
| SetContents(const string &name, const string &contents, bool) | google::protobuf::File | inlinestatic |
| SetContents(const std::string &name, const std::string &contents, bool) | google::protobuf::File | inlinestatic |
| WriteStringToFile(const string &contents, const string &name) | google::protobuf::File | static |
| WriteStringToFile(const std::string &contents, const std::string &name) | google::protobuf::File | static |
| WriteStringToFileOrDie(const string &contents, const string &name) | google::protobuf::File | static |
| WriteStringToFileOrDie(const std::string &contents, const std::string &name) | google::protobuf::File | static |