Lines Matching refs:MutableBufferSequence
1421 template <typename MutableBufferSequence>
1422 std::size_t buffer_copy(const MutableBufferSequence& target, in buffer_copy()
1427 typename MutableBufferSequence::const_iterator target_iter = target.begin(); in buffer_copy()
1428 typename MutableBufferSequence::const_iterator target_end = target.end(); in buffer_copy()
1461 template <typename MutableBufferSequence>
1462 inline std::size_t buffer_copy(const MutableBufferSequence& target, in buffer_copy()
1488 template <typename MutableBufferSequence>
1489 inline std::size_t buffer_copy(const MutableBufferSequence& target, in buffer_copy()
1515 template <typename MutableBufferSequence>
1516 inline std::size_t buffer_copy(const MutableBufferSequence& target, in buffer_copy()
1541 template <typename MutableBufferSequence, typename ConstBufferSequence>
1542 std::size_t buffer_copy(const MutableBufferSequence& target, in buffer_copy()
1547 typename MutableBufferSequence::const_iterator target_iter = target.begin(); in buffer_copy()
1548 typename MutableBufferSequence::const_iterator target_end = target.end(); in buffer_copy()
1908 template <typename MutableBufferSequence>
1909 inline std::size_t buffer_copy(const MutableBufferSequence& target, in buffer_copy()
1939 template <typename MutableBufferSequence>
1940 inline std::size_t buffer_copy(const MutableBufferSequence& target, in buffer_copy()
1971 template <typename MutableBufferSequence>
1972 inline std::size_t buffer_copy(const MutableBufferSequence& target, in buffer_copy()
2003 template <typename MutableBufferSequence>
2004 inline std::size_t buffer_copy(const MutableBufferSequence& target, in buffer_copy()
2034 template <typename MutableBufferSequence, typename ConstBufferSequence>
2035 std::size_t buffer_copy(const MutableBufferSequence& target, in buffer_copy()
2040 typename MutableBufferSequence::const_iterator target_iter = target.begin(); in buffer_copy()
2041 typename MutableBufferSequence::const_iterator target_end = target.end(); in buffer_copy()