Searched refs:NullHandle (Results 1 – 1 of 1) sorted by relevance
39 GenericScopedHandle() : handle_(Traits::NullHandle()) {} in GenericScopedHandle()41 explicit GenericScopedHandle(Handle handle) : handle_(Traits::NullHandle()) { in GenericScopedHandle()46 : handle_(Traits::NullHandle()) { in GenericScopedHandle()78 handle_ = Traits::NullHandle(); in Take()86 handle_ = Traits::NullHandle(); in Close()115 static HANDLE NullHandle() { return NULL; } in NullHandle() function