Searched defs:AutoHandle (Results 1 – 7 of 7) sorted by relevance
944 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function945 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
943 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function944 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
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