Home | History | Annotate | Download | only in internal

Lines Matching refs:Iter

911 template <typename Iter, typename Element>
912 Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) {
913 for (Iter it = begin; it != end; ++it) {