Home | History | Annotate | Download | only in bindings

Lines Matching defs:handle_

29     handle_ = std::move(other.handle_);
33 handle_ = std::move(other.handle_);
41 handle_.reset();
47 bool is_pending() const { return handle_.is_valid(); }
50 handle_ = std::move(handle);
54 return std::move(handle_);
57 const ScopedInterfaceEndpointHandle& handle() const { return handle_; }
69 handle_.ResetWithReason(custom_reason, description);
73 ScopedInterfaceEndpointHandle handle_;