Searched defs:other (Results 1 – 3 of 3) sorted by relevance
70 unique_fd_impl(unique_fd_impl&& other) noexcept { reset(other.release()); } in unique_fd_impl() function
145 Payload(Payload&& other) : mData(other.mData), mSize(other.mSize) { in Payload() function
114 Counter(const Counter& other) { global_count++; } in Counter()