Searched refs:Send (Results 1 – 2 of 2) sorted by relevance
16 If you prefer to sign a paper copy, we can send you a PDF. Send us an
1449 virtual void Send(const std::string& message) = 0;1455 void SendLn(const std::string& message) { Send(message + "\n"); } in SendLn()1472 virtual void Send(const std::string& message) { in Send() function in testing::internal::StreamingListener::SocketWriter