Home
last modified time | relevance | path

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

/external/chromium/base/win/
Dscoped_handle.h35 ScopedHandle() : handle_(NULL) { in ScopedHandle() function
38 explicit ScopedHandle(HANDLE h) : handle_(NULL) { in ScopedHandle() function
/external/llvm/lib/Support/Windows/
DWindows.h53 ScopedHandle() in ScopedHandle() function
56 explicit ScopedHandle(handle_type h) in ScopedHandle() function
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp77 class ScopedHandle { class
83 ScopedHandle() in ScopedHandle() function in __anon2c35c2310111::ScopedHandle
86 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon2c35c2310111::ScopedHandle