Searched defs:GenericScopedHandle (Results 1 – 1 of 1) sorted by relevance
40 GenericScopedHandle() : handle_(Traits::NullHandle()) {} in GenericScopedHandle() function42 explicit GenericScopedHandle(Handle handle) : handle_(Traits::NullHandle()) { in GenericScopedHandle() function47 GenericScopedHandle(RValue other) : handle_(Traits::NullHandle()) { in GenericScopedHandle() function