HomeSort by: relevance | last modified time | path
    Searched refs:Send (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-internal-inl.h 1064 virtual void Send(const std::string& message) = 0;
1070 void SendLn(const std::string& message) { Send(message + "\n"); }
1087 void Send(const std::string& message) override {
1089 << "Send() can be called only when there is a connection.";
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-internal-inl.h 1043 virtual void Send(const string& message) = 0;
1050 Send(message + "\n");
1068 virtual void Send(const string& message) {
1070 << "Send() can be called only when there is a connection.";
  /xsrc/external/mit/xterm/dist/
main.c 5962 Send(1, &ps, &rps, sizeof(ps), sizeof(rps));
5971 Send(1, &ps, &rps, sizeof(ps), sizeof(rps));

Completed in 12 milliseconds