Searched defs:ScopedHandle (Results 1 – 10 of 10) sorted by relevance
152 struct ScopedHandle { struct153 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument154 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function155 ~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_;
71 ScopedHandle() : Handle(InvalidHandle) {} in ScopedHandle() function72 ScopedHandle(HandleType handle) : Handle(handle) {} in ScopedHandle() function
68 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local
79 class ScopedHandle { class85 ScopedHandle() in ScopedHandle() function in __anon169d18b40111::ScopedHandle88 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon169d18b40111::ScopedHandle
79 class ScopedHandle { class85 ScopedHandle() in ScopedHandle() function in __anon21d0330c0111::ScopedHandle88 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon21d0330c0111::ScopedHandle
98 ScopedHandle() in ScopedHandle() function101 explicit ScopedHandle(handle_type h) in ScopedHandle() function
74 class ScopedHandle { class80 ScopedHandle() in ScopedHandle() function in __anon74a0a6600111::ScopedHandle83 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon74a0a6600111::ScopedHandle
99 ScopedHandle() in ScopedHandle() function102 explicit ScopedHandle(handle_type h) in ScopedHandle() function
101 ScopedHandle() in ScopedHandle() function104 explicit ScopedHandle(handle_type h) in ScopedHandle() function
200 typedef ScopedHandleBase<Handle> ScopedHandle; typedef