Searched defs:SendLn (Results 1 – 6 of 6) sorted by relevance
1049 void SendLn(const string& message) { in SendLn() function1165 void SendLn(const string& message) { socket_writer_->SendLn(message); } in SendLn() function
1051 void SendLn(const std::string& message) { Send(message + "\n"); } in SendLn() function1167 void SendLn(const std::string& message) { socket_writer_->SendLn(message); } in SendLn() function
1065 void SendLn(const std::string& message) { Send(message + "\n"); } in SendLn() function1186 void SendLn(const std::string& message) { socket_writer_->SendLn(message); } in SendLn() function
1456 void SendLn(const string& message) { in SendLn() function in testing::internal::StreamingListener::AbstractSocketWriter1572 void SendLn(const string& message) { socket_writer_->SendLn(message); } in SendLn() function in testing::internal::StreamingListener