Searched refs:SocketTestParams (Results 1 – 1 of 1) sorted by relevance
18 struct SocketTestParams { struct23 class SocketTest : public testing::TestWithParam<SocketTestParams> { argument191 testing::Values(SocketTestParams{/*is_ipv6=*/false,193 SocketTestParams{/*is_ipv6=*/true, /*localhost_ip=*/"::1"}),195 [](const testing::TestParamInfo<SocketTestParams> &info) { in __anonc253d0950102()