Searched refs:num_copied (Results 1 – 5 of 5) sorted by relevance
1693 int num_copied = 0; in tre_copy_ast() local1729 num_copied++; in tre_copy_ast()1823 *pos_add += num_copied; in tre_copy_ast()
1694 int num_copied = 0; in tre_copy_ast() local1730 num_copied++; in tre_copy_ast()1824 *pos_add += num_copied; in tre_copy_ast()
3500 const auto num_copied = capped_length(pos, count); in copy() local3501 traits_type::copy(dest, data() + pos, num_copied); in copy()3502 return num_copied; in copy()