Home | History | Annotate | Download | only in asio

Lines Matching full:source_end

1257   typename ConstBufferSequence::const_iterator source_end = source.end();
1260 buffer_size(target_buffer) && source_iter != source_end; ++source_iter)
1552 typename ConstBufferSequence::const_iterator source_end = source.end();
1555 while (target_iter != target_end && source_iter != source_end)
2045 typename ConstBufferSequence::const_iterator source_end = source.end();
2049 && target_iter != target_end && source_iter != source_end)