Home
last modified time | relevance | path

Searched defs:ScopedWSAEVENT (Results 1 – 1 of 1) sorted by relevance

/third_party/boringssl/src/tool/
Dtransport_common.cc444 class ScopedWSAEVENT { class
447 ScopedWSAEVENT(WSAEVENT event) { reset(event); } in ScopedWSAEVENT() function in ScopedWSAEVENT
449 ScopedWSAEVENT(ScopedWSAEVENT &&other) { *this = std::move(other); } in ScopedWSAEVENT() function in ScopedWSAEVENT