Home | History | Annotate | Download | only in ov_tree_map_

Lines Matching refs:source_it

79   for (iterator source_it = begin(); source_it != m_end_it; ++source_it)
80 if (!pred(*source_it))
95 for (iterator source_it = begin(); source_it != m_end_it; ++source_it)
97 if (!pred(*source_it))
100 value_type(*source_it);
102 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(*source_it)));
140 iterator source_it = begin();
149 while (source_it != source_end_it)
151 if (source_it != it)
156 value_type(*source_it);
162 ++source_it;