Lines Matching refs:str
117 std::string str;
127 // str() makes a copy of the contents of the stream.
128 str = stream_.str();
129 stream_.str("");
136 WriteToFile(std::move(str), highest_request_id);
162 void NodeTraceWriter::WriteToFile(std::string&& str, int highest_request_id) {
169 std::move(str), highest_request_id
173 const_cast<char*>(write_req_queue_.front().str.c_str()),
174 write_req_queue_.front().str.length());
208 const_cast<char*>(write_req_queue_.front().str.c_str()),
209 write_req_queue_.front().str.length());