Searched refs:visits_size (Results 1 – 1 of 1) sorted by relevance
496 size_t visits_size = visits.size(); in GetVisitsSource() local499 while (end_index < visits_size) { in GetVisitsSource()501 end_index = end_index + batch_size < visits_size ? end_index + batch_size in GetVisitsSource()502 : visits_size; in GetVisitsSource()