Searched defs:TestClient (Results 1 – 8 of 8) sorted by relevance
18 class TestClient : public GDBRemoteCommunication { class20 TestClient() in TestClient() function in __anona5be7d580111::TestClient
41 struct TestClient : public GDBRemoteClientBase { struct42 TestClient() : GDBRemoteClientBase("test.client", "test.client.listener") { in TestClient() argument
31 struct TestClient : public GDBRemoteCommunicationClient { struct32 TestClient() { m_send_acks = false; } in TestClient() function
537 class TestClient(BaseClient): class567 class TestClient(BaseClient): class583 class TestClient(BaseClient): class595 class TestClient(BaseClient): class625 class TestClient(BaseClient): class640 class TestClient(BaseClient): class
518 class TestClient(BaseClient): class572 class TestClient(BaseClient): class588 class TestClient(BaseClient): class600 class TestClient(BaseClient): class626 class TestClient(BaseClient): class664 class TestClient(BaseClient): class680 class TestClient(BaseClient): class
28 TestClient::TestClient(std::unique_ptr<AsyncPacketSocket> socket) in TestClient() function in rtc::TestClient31 TestClient::TestClient(std::unique_ptr<AsyncPacketSocket> socket, in TestClient() function in rtc::TestClient
32 TestClient::TestClient(std::unique_ptr<Connection> Conn) { in TestClient() function in TestClient
193 type TestClient interface { interface