Lines Matching defs:it
63 * It also set the key as the unique identifier of the policy element.
93 CollectionConstIterator it = (*this).find(key);
94 return (it == (*this).end()) ? NULL : it->second;
111 CollectionConstIterator it;
112 for (it = (*this).begin(); it != (*this).end(); ++it) {
113 T *element = it->second;
126 CollectionIterator it;
127 for (it = (*this).begin(); it != (*this).end(); ++it) {
128 delete it->second;