Home | History | Annotate | Download | only in bindings

Lines Matching defs:handle_

26       : handle_(std::move(other.handle_)), version_(other.version_) {
32 : handle_(std::move(handle)), version_(version) {}
38 handle_ = std::move(other.handle_);
46 bool is_valid() const { return handle_.is_valid(); }
49 return std::move(handle_);
51 const ScopedInterfaceEndpointHandle& handle() const { return handle_; }
53 handle_ = std::move(handle);
69 ScopedInterfaceEndpointHandle handle_;