Searched defs:TestClient (Results 1 – 4 of 4) sorted by relevance
18 class TestClient : public GDBRemoteCommunication { class20 TestClient() : GDBRemoteCommunication() {} in TestClient() function in __anondc2ead940111::TestClient
41 struct TestClient : public GDBRemoteClientBase { struct42 TestClient() : GDBRemoteClientBase("test.client") { in TestClient() argument
32 struct TestClient : public GDBRemoteCommunicationClient { struct 33 TestClient() { m_send_acks = false; } in TestClient() argument
33 TestClient::TestClient(std::unique_ptr<Connection> Conn) { in TestClient() function in TestClient [all...]