Home | History | Annotate | Download | only in libutil++

Lines Matching refs:it

29 		typename container_type::const_iterator it = container.find(index);
30 if (it != container.end())
31 return it->second;
50 typename container_type::const_iterator it = rhs.container.begin();
52 for ( ; it != it_end; it++)
53 container[it->first] += it->second;
64 typename container_type::const_iterator it = rhs.container.begin();
66 for ( ; it != it_end; it++)
67 container[it->first] -= it->second;
88 typename container_type::const_iterator it = container.begin();
90 for ( ; it != it_end; it++)
91 if (it->second != 0)