Searched refs:stringOut (Results 1 – 5 of 5) sorted by relevance
14 Result SerializeContextToString(const gl::Context *context, std::string *stringOut) in SerializeContextToString() argument16 *stringOut = "SerializationNotAvailable"; in SerializeContextToString()
21 Result SerializeContextToString(const gl::Context *context, std::string *stringOut);
1333 Result SerializeContextToString(const gl::Context *context, std::string *stringOut) in SerializeContextToString() argument1424 *stringOut = json.data(); in SerializeContextToString()
158 bool ReadFileToString(const std::string &path, std::string *stringOut) in ReadFileToString() argument167 stringOut->reserve(static_cast<std::string::size_type>(inFile.tellg())); in ReadFileToString()170 stringOut->assign(std::istreambuf_iterator<char>(inFile), std::istreambuf_iterator<char>()); in ReadFileToString()
50 bool ReadFileToString(const std::string &path, std::string *stringOut);