Home | History | Annotate | Download | only in Symbol

Lines Matching refs:begin_pos

53     entry_collection::iterator begin_pos = m_entries.begin();
56 entry_collection::iterator pos = upper_bound(begin_pos, end_pos, entry, less_than_bp);
122 entry_collection::iterator begin_pos = m_entries.begin();
125 entry_collection::iterator pos = upper_bound(begin_pos, end_pos, entry, less_than_bp);
129 if (pos != begin_pos)
197 entry_collection::const_iterator begin_pos = m_entries.begin();
199 entry_collection::const_iterator pos = lower_bound(begin_pos, end_pos, search_entry, Entry::EntryAddressLessThan);
202 if (pos != begin_pos)
230 while (pos != begin_pos)
248 uint32_t match_idx = std::distance (begin_pos, pos);
300 std::vector<uint32_t>::const_iterator begin_pos = file_indexes.begin();
310 if (find (begin_pos, end_pos, m_entries[idx].file_idx) == end_pos)