Lines Matching defs:iterator
840 // will be viable (since both C::iterator* and C::const_iterator* are
843 // the type of argument 0. If C::iterator or C::const_iterator is not
849 // Note that we look for both C::iterator and C::const_iterator. The
851 iterator as either
852 // 'iterator' or 'iterator::iterator'). If we look for C::iterator
854 // iterator is an STL container.
862 typename C::iterator* /* it */ = NULL,
909 // Finds the first element in the iterator range [begin, end) that
968 typedef Element* iterator;