Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h943 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
944 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function