Home | History | Annotate | Download | only in ov_tree_map_

Lines Matching refs:source_it

79   iterator source_it = m_a_values;
80 for (source_it = begin(); source_it != m_end_it; ++source_it)
81 if (!pred(*source_it))
96 for (source_it = begin(); source_it != m_end_it; ++source_it)
98 if (!pred(*source_it))
101 value_type(*source_it);
103 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(PB_DS_V2F(*source_it)));
141 iterator source_it = begin();
150 while (source_it != source_end_it)
152 if (source_it != it)
157 value_type(*source_it);
163 ++source_it;