Searched refs:Conn (Results 1 – 2 of 2) sorted by relevance
32 TestClient::TestClient(std::unique_ptr<Connection> Conn) { in TestClient() argument33 SetConnection(std::move(Conn)); in TestClient()113 auto Conn = std::make_unique<ConnectionFileDescriptor>(accept_socket); in launchCustom() local114 auto Client = std::unique_ptr<TestClient>(new TestClient(std::move(Conn))); in launchCustom()
83 TestClient(std::unique_ptr<lldb_private::Connection> Conn);