Home | History | Annotate | Download | only in ov_tree_map_

Lines Matching refs:it

6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
63 for (const_iterator it = begin(); it != end(); ++it)
66 debug_base::check_key_exists(PB_DS_V2F(*it), __file, __line);
67 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
68 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
70 PB_DS_DEBUG_VERIFY(upper_bound_it == it);
73 PB_DS_V2F(*it)));
74 prev_it = it;