Lines Matching refs:stl_container
2230 StlContainerReference stl_container = View::ConstReference(container);
2232 for (typename StlContainer::const_iterator it = stl_container.begin();
2233 it != stl_container.end(); ++it, ++i) {
2576 StlContainerReference stl_container = View::ConstReference(container);
2577 const size_t actual_count = stl_container.size();
2589 typename StlContainer::const_iterator it = stl_container.begin();