Home
last modified time | relevance | path

Searched defs:ScopedHandleBase (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dhandle.h78 ScopedHandleBase() {} in ScopedHandleBase() function
79 explicit ScopedHandleBase(HandleType handle) : handle_(handle) {} in ScopedHandleBase() function
83 explicit ScopedHandleBase(ScopedHandleBase<CompatibleHandleType> other) in ScopedHandleBase() function
87 ScopedHandleBase(ScopedHandleBase&& other) noexcept in ScopedHandleBase() function