Home | History | Annotate | Download | only in libpp

Lines Matching full:const_iterator

155 		return make_pair(const_iterator(ordered_samples.end(), 0), 
156 const_iterator(ordered_samples.end(), 0));
170 ordered_samples_t::const_iterator first =
172 ordered_samples_t::const_iterator last =
175 return make_pair(const_iterator(first, start_offset),
176 const_iterator(last, start_offset));
182 ordered_samples_t::const_iterator first = ordered_samples.begin();
183 ordered_samples_t::const_iterator last = ordered_samples.end();
185 return make_pair(const_iterator(first, start_offset),
186 const_iterator(last, start_offset));