Searched refs:Send (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h1043 virtual void Send(const string& message) = 0;
1050 Send(message + "\n");
1068 virtual void Send(const string& message) { function in class:testing::internal::StreamingListener::SocketWriter
1070 << "Send() can be called only when there is a connection.";
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py291 def Send(self, request_path, payload=None, member in class:AbstractRpcServer
455 help="Send notification email to reviewers.")
693 response_body = rpc_server.Send(url, body,
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1324 # Send a hash of all the base file so the server can determine if a copy
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1373 rpc_server.Send("/" + issue + "/mail", payload="")
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py291 def Send(self, request_path, payload=None, member in class:AbstractRpcServer
455 help="Send notification email to reviewers.")
693 response_body = rpc_server.Send(url, body,
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1324 # Send a hash of all the base file so the server can determine if a copy
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1373 rpc_server.Send("/" + issue + "/mail", payload="")
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc89 virtual void Send(const string& message) { output_ += message; } function in class:testing::internal::StreamingListenerTest::FakeSocketWriter

Completed in 42 milliseconds