Lines Matching defs:iterator
909 // will be viable (since both C::iterator* and C::const_iterator* are
912 // the type of argument 0. If C::iterator or C::const_iterator is not
919 // iterator is properly implemented for the container.
921 // For pre-C++11 that we look for both C::iterator and C::const_iterator.
923 // class itself (e.g. you can refer to class iterator as either
924 // 'iterator' or 'iterator::iterator'). If we look for C::iterator
926 // iterator is an STL container.
979 // is relying on both const_iterator and iterator otherwise
993 // boost::filesystem::path, whose iterator has a value_type that is equal to
1030 // Finds the first element in the iterator range [begin, end) that
1089 typedef Element* iterator;