Home
last modified time | relevance | path

Searched refs:Conn (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp32 TestClient::TestClient(std::unique_ptr<Connection> Conn) { in TestClient() argument
33 SetConnection(std::move(Conn)); in TestClient()
113 auto Conn = std::make_unique<ConnectionFileDescriptor>(accept_socket); in launchCustom() local
114 auto Client = std::unique_ptr<TestClient>(new TestClient(std::move(Conn))); in launchCustom()
H A DTestClient.h83 TestClient(std::unique_ptr<lldb_private::Connection> Conn);