Searched defs:ScopedPlatformHandle (Results 1 – 1 of 1) sorted by relevance
17 MOVE_ONLY_TYPE_FOR_CPP_03(ScopedPlatformHandle, RValue) in MOVE_ONLY_TYPE_FOR_CPP_03() argument21 explicit ScopedPlatformHandle(PlatformHandle handle) : handle_(handle) {} in ScopedPlatformHandle() function25 ScopedPlatformHandle(RValue other) : handle_(other.object->release()) {} in ScopedPlatformHandle() function