Searched refs:platform_handle_ (Results 1 – 2 of 2) sorted by relevance
19 return std::move(platform_handle_); in TakePlatformHandle()31 platform_handle_.reset(); in Close()49 handles[0] = std::move(platform_handle_); in EndSerialize()88 : platform_handle_(std::move(platform_handle)) {} in PlatformHandleDispatcher()92 DCHECK(!platform_handle_.is_valid()); in ~PlatformHandleDispatcher()
53 PlatformHandle platform_handle_; variable