Lines Matching refs:other
102 write_op(const write_op& other)
103 : detail::base_from_completion_cond<CompletionCondition>(other),
104 stream_(other.stream_),
105 buffers_(other.buffers_),
106 start_(other.start_),
107 total_transferred_(other.total_transferred_),
108 handler_(other.handler_)
112 write_op(write_op&& other)
113 : detail::base_from_completion_cond<CompletionCondition>(other),
114 stream_(other.stream_),
115 buffers_(other.buffers_),
116 start_(other.start_),
117 total_transferred_(other.total_transferred_),
118 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
176 write_op(const write_op& other)
177 : detail::base_from_completion_cond<CompletionCondition>(other),
178 stream_(other.stream_),
179 buffer_(other.buffer_),
180 start_(other.start_),
181 total_transferred_(other.total_transferred_),
182 handler_(other.handler_)
186 write_op(write_op&& other)
187 : detail::base_from_completion_cond<CompletionCondition>(other),
188 stream_(other.stream_),
189 buffer_(other.buffer_),
190 start_(other.start_),
191 total_transferred_(other.total_transferred_),
192 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
250 write_op(const write_op& other)
251 : detail::base_from_completion_cond<CompletionCondition>(other),
252 stream_(other.stream_),
253 buffer_(other.buffer_),
254 start_(other.start_),
255 total_transferred_(other.total_transferred_),
256 handler_(other.handler_)
260 write_op(write_op&& other)
261 : detail::base_from_completion_cond<CompletionCondition>(other),
262 stream_(other.stream_),
263 buffer_(other.buffer_),
264 start_(other.start_),
265 total_transferred_(other.total_transferred_),
266 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
322 write_op(const write_op& other)
323 : detail::base_from_completion_cond<CompletionCondition>(other),
324 stream_(other.stream_),
325 buffers_(other.buffers_),
326 start_(other.start_),
327 total_transferred_(other.total_transferred_),
328 handler_(other.handler_)
332 write_op(write_op&& other)
333 : detail::base_from_completion_cond<CompletionCondition>(other),
334 stream_(other.stream_),
335 buffers_(other.buffers_),
336 start_(other.start_),
337 total_transferred_(other.total_transferred_),
338 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
404 write_op(const write_op& other)
405 : detail::base_from_completion_cond<CompletionCondition>(other),
406 stream_(other.stream_),
407 buffers_(other.buffers_),
408 start_(other.start_),
409 total_transferred_(other.total_transferred_),
410 handler_(other.handler_)
414 write_op(write_op&& other)
415 : detail::base_from_completion_cond<CompletionCondition>(other),
416 stream_(other.stream_),
417 buffers_(other.buffers_),
418 start_(other.start_),
419 total_transferred_(other.total_transferred_),
420 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))