Searched defs:ScopedSocket (Results 1 – 1 of 1) sorted by relevance
27 constexpr ScopedSocket(int socket) : mSocket(socket) {} in ScopedSocket() function28 ScopedSocket(ScopedSocket&& other) : mSocket(other.release()) {} in ScopedSocket() function