Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc152 struct ScopedHandle { struct
153 ScopedHandle() : h_(nullptr) {} in ScopedHandle() function
154 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function
155 ~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_;
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DWindows.h71 ScopedHandle() : Handle(InvalidHandle) {} in ScopedHandle() function
72 ScopedHandle(HandleType handle) : Handle(handle) {} in ScopedHandle() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DRandomNumberGenerator.cpp68 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp79 class ScopedHandle { class
85 ScopedHandle() in ScopedHandle() function in __anon169d18b40111::ScopedHandle
88 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon169d18b40111::ScopedHandle
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp79 class ScopedHandle { class
85 ScopedHandle() in ScopedHandle() function in __anon21d0330c0111::ScopedHandle
88 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon21d0330c0111::ScopedHandle
/external/llvm/lib/Support/Windows/
DWindowsSupport.h98 ScopedHandle() in ScopedHandle() function
101 explicit ScopedHandle(handle_type h) in ScopedHandle() function
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp74 class ScopedHandle { class
80 ScopedHandle() in ScopedHandle() function in __anon74a0a6600111::ScopedHandle
83 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon74a0a6600111::ScopedHandle
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h99 ScopedHandle() in ScopedHandle() function
102 explicit ScopedHandle(handle_type h) in ScopedHandle() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DWindowsSupport.h101 ScopedHandle() in ScopedHandle() function
104 explicit ScopedHandle(handle_type h) in ScopedHandle() function
/external/libchrome/mojo/public/cpp/system/
Dhandle.h200 typedef ScopedHandleBase<Handle> ScopedHandle; typedef