Home | History | Annotate | Download | only in src

Lines Matching refs:to_end

340   uint32_t to_end;
346 to_end = to_base->length();
347 for (uint32_t i = to_start + copy_size; i < to_end; ++i) {
351 to_end = to_start + static_cast<uint32_t>(copy_size);
354 to_end = to_start + static_cast<uint32_t>(copy_size);
356 DCHECK(static_cast<int>(to_end) <= to_base->length());