Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DSocketTest.cpp18 struct SocketTestParams { struct
23 class SocketTest : public testing::TestWithParam<SocketTestParams> { argument
191 testing::Values(SocketTestParams{/*is_ipv6=*/false,
193 SocketTestParams{/*is_ipv6=*/true, /*localhost_ip=*/"::1"}),
195 [](const testing::TestParamInfo<SocketTestParams> &info) { in __anonc253d0950102()