Searched defs:ScopedWSAEVENT (Results 1 – 4 of 4) sorted by relevance
456 class ScopedWSAEVENT { class459 ScopedWSAEVENT(WSAEVENT event) { reset(event); } in ScopedWSAEVENT() function in ScopedWSAEVENT461 ScopedWSAEVENT(ScopedWSAEVENT &&other) { *this = std::move(other); } in ScopedWSAEVENT() function in ScopedWSAEVENT