Searched defs:ReadFileToString (Results 1 – 4 of 4) sorted by relevance
73 bool File::ReadFileToString(const std::string& name, std::string* output, 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
36 std::string ReadFileToString(std::string filename) { in ReadFileToString() function