Searched defs:AutoHandle (Results 1 – 9 of 9) sorted by relevance
947 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function948 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
962 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function963 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
944 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function945 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
986 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function987 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
975 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function976 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
142 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle145 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
1378 class AutoHandle { class1380 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function in testing::internal::AutoHandle1381 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function in testing::internal::AutoHandle
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