Searched defs:other (Results 26 - 50 of 79) sorted by relevance

1234

/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Djob.h24 job(job&& other) : task(other.release()) {} argument
26 job& operator=(job&& other) { argument
H A Dport.h23 port(port&& other) : object(other.release()) {} argument
25 port& operator=(port&& other) { argument
H A Dguest.h25 guest(guest&& other) : object(other.release()) {} argument
27 guest& operator=(guest&& other) { argument
H A Dinterrupt.h24 interrupt(interrupt&& other) : object(other.release()) {} argument
26 interrupt& operator=(interrupt&& other) { argument
H A Dlog.h22 log(log&& other) : object(other.release()) {} argument
24 log& operator=(log&& other) { argument
H A Dprocess.h27 process(process&& other) : task(other.release()) {} argument
29 process& operator=(process&& other) { argument
H A Dtask.h24 task(task&& other) : object<T>(other.release()) {} argument
H A Dsocket.h22 socket(socket&& other) : object(other.release()) {} argument
24 socket& operator=(socket&& other) { argument
H A Dvcpu.h24 vcpu(vcpu&& other) : object(other.release()) {} argument
26 vcpu& operator=(vcpu&& other) { argument
H A Dchannel.h23 channel(channel&& other) : object(other.release()) {} argument
25 channel& operator=(channel&& other) { argument
H A Dthread.h26 thread(thread&& other) argument
29 thread& operator=(thread&& other) { argument
H A Dvmar.h25 vmar(vmar&& other) : vmar(other.release()) {} argument
27 vmar& operator=(vmar&& other) { argument
/fuchsia/zircon/system/ulib/cobalt-client/
H A Dcollector.cpp42 Collector::Collector(Collector&& other) argument
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/
H A Dgpio_pin.h24 GpioPin(GpioPin&& other) { argument
33 GpioPin& operator=(GpioPin&& other) { argument
H A Di2c-channel.h23 I2cChannel(I2cChannel&& other) { argument
33 I2cChannel& operator=(I2cChannel&& other) { argument
[all...]
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Darray.h20 Array(Array&& other) : ptr_(nullptr), count_(other.count_) { argument
59 void swap(Array& other) { argument
H A Dunique_fd.h58 void swap(unique_fd& other) { argument
H A Dstring_piece.h41 constexpr StringPiece(const StringPiece& other) = default; member in class:fbl::StringPiece
42 constexpr StringPiece(StringPiece&& other) = default; member in class:fbl::StringPiece
72 constexpr StringPiece& operator=(const StringPiece& other) = default; member in class:fbl::StringPiece
73 constexpr StringPiece& operator=(StringPiece&& other) = default; member in class:fbl::StringPiece
H A Dunique_free_ptr.h64 void swap(unique_free_ptr& other) { argument
/fuchsia/zircon/system/ulib/fidl/include/lib/fidl/cpp/
H A Dmessage.h34 Message(const Message& other) = delete; member in class:fidl::Message
35 Message& operator=(const Message& other) = delete; member in class:fidl::Message
/fuchsia/zircon/kernel/lib/user_copy/include/lib/user_copy/
H A Duser_ptr.h32 user_ptr(const user_ptr& other) : ptr_(other.ptr_) {} argument
34 user_ptr& operator=(const user_ptr& other) { argument
/fuchsia/zircon/kernel/syscalls/
H A Dsocket.cpp124 zx_status_t sys_socket_share(zx_handle_t handle, zx_handle_t other) { argument
/fuchsia/zircon/system/ulib/fidl/
H A Dmessage.cpp26 Message::Message(Message&& other) argument
30 Message& Message::operator=(Message&& other) { argument
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dvfs.h87 MountChannel(MountChannel&& other) argument
/fuchsia/zircon/system/ulib/lockdep/include/lockdep/
H A Dthread_lock_state.h37 AcquiredLockEntry(AcquiredLockEntry&& other) { *this = move(other); } argument
38 AcquiredLockEntry& operator=(AcquiredLockEntry&& other) { argument
[all...]

Completed in 85 milliseconds

1234