Home | History | Annotate | Download | only in internal

Lines Matching refs:Iter

1007 template <typename Iter, typename Element>
1008 Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) {
1009 for (Iter it = begin; it != end; ++it) {