Home
last modified time | relevance | path

Searched refs:NullHandle (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/base/win/
Dscoped_handle.h39 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