Searched refs:in_end (Results 1 – 1 of 1) sorted by relevance
35 const T* in_end = in_data + in_size; in CopyMultipleTimes() local36 T* new_out_data = std::copy(in_data, in_end, out_data); in CopyMultipleTimes()