Lines Matching refs:const_iterator
2468 typename ContainerView::type::const_iterator>::difference_type
2518 // Uses the container's const_iterator, value_type, operator ==,
2562 for (typename LhsStlContainer::const_iterator it =
2579 for (typename StlContainer::const_iterator it = expected_.begin();
2758 typename LhsStlContainer::const_iterator left = lhs_stl_container.begin();
2759 typename RhsStlContainer::const_iterator right = rhs_.begin();
2821 for (typename StlContainer::const_iterator it = stl_container.begin();
3171 typename StlContainer::const_iterator it = stl_container.begin();
3353 typedef typename StlContainer::const_iterator StlContainerConstIterator;
3425 ::std::vector<char>::const_iterator did_match_iter = did_match.begin();
4135 // do not implement size(). The container must provide const_iterator (with
4240 for (typename RhsStlContainer::const_iterator it = rhs_stl_container.begin();