Searched defs:AutoHandle (Results 1 – 1 of 1) sorted by relevance
1374 class AutoHandle { class1376 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function in testing::internal::AutoHandle1377 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function in testing::internal::AutoHandle