Searched defs:ScopedHandle (Results 1 – 3 of 3) sorted by relevance
152 struct ScopedHandle { struct153 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument154 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() argument155 ~ScopedHandle() { in ~ScopedHandle()159 HANDLE get() { return h_; } in get()160 HANDLE *receive() { return &h_; } in receive()161 HANDLE release() { in release()166 HANDLE h_;
74 ScopedHandle() in ScopedHandle() function77 explicit ScopedHandle(handle_type h) in ScopedHandle() function
79 class ScopedHandle { class85 ScopedHandle() in ScopedHandle() function in __anon6f5c5dec0111::ScopedHandle88 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon6f5c5dec0111::ScopedHandle