Searched refs:LocalChannelHandle (Results 1 – 2 of 2) sorted by relevance
27 static std::unique_ptr<DetachedBufferHandle> Create(pdx::LocalChannelHandle handle) { in Create()31 pdx::LocalChannelHandle& handle() { return mHandle; } in handle()32 const pdx::LocalChannelHandle& handle() const { return mHandle; } in handle()37 explicit DetachedBufferHandle(pdx::LocalChannelHandle handle) : mHandle(std::move(handle)) {} in DetachedBufferHandle()38 pdx::LocalChannelHandle mHandle;
85 using LocalChannelHandle = ChannelHandle<ChannelHandleMode::Local>; variable