Lines Matching refs:AsyncUDPSocket
60 socket(std::make_unique<AsyncUDPSocket>(s)), in Sender()
85 std::unique_ptr<AsyncUDPSocket> socket;
97 socket(std::make_unique<AsyncUDPSocket>(s)), in Receiver()
139 std::unique_ptr<AsyncUDPSocket> socket;
189 std::make_unique<AsyncUDPSocket>(socket), &fake_clock_); in TestDefaultSourceAddress()
197 std::make_unique<AsyncUDPSocket>(socket2), &fake_clock_); in TestDefaultSourceAddress()
220 std::make_unique<AsyncUDPSocket>(socket), &fake_clock_); in BasicTest()
223 std::make_unique<AsyncUDPSocket>(socket2), &fake_clock_); in BasicTest()
237 absl::WrapUnique(AsyncUDPSocket::Create(&ss_, empty)), &fake_clock_); in BasicTest()
820 std::make_unique<AsyncUDPSocket>(socket), &fake_clock_); in CrossFamilyDatagramTest()
825 std::make_unique<AsyncUDPSocket>(socket2), &fake_clock_); in CrossFamilyDatagramTest()
1030 std::make_unique<AsyncUDPSocket>(socket1), &fake_clock_); in TEST_F()