Home | History | Annotate | Download | only in src

Lines Matching full:autohandle

142 AutoHandle::AutoHandle()
145 AutoHandle::AutoHandle(Handle handle)
148 AutoHandle::~AutoHandle() {
152 AutoHandle::Handle AutoHandle::Get() const {
156 void AutoHandle::Reset() {
160 void AutoHandle::Reset(HANDLE handle) {
174 bool AutoHandle::IsCloseable() const {