Searched defs:ReadFileToString (Results 1 – 3 of 3) sorted by relevance
73 bool File::ReadFileToString(const string& name, string* output, bool text_mode) { in ReadFileToString() function in google::protobuf::File
175 bool ReadFileToString(const FilePath& path, std::string* contents) { in ReadFileToString() function
158 bool ReadFileToString(const std::string &path, std::string *stringOut) in ReadFileToString() function