Home | History | Annotate | Download | only in Symbol

Lines Matching defs:end_pos

54     entry_collection::iterator end_pos = m_entries.end();
56 entry_collection::iterator pos = upper_bound(begin_pos, end_pos, entry, less_than_bp);
123 entry_collection::iterator end_pos = m_entries.end();
125 entry_collection::iterator pos = upper_bound(begin_pos, end_pos, entry, less_than_bp);
198 entry_collection::const_iterator end_pos = m_entries.end();
199 entry_collection::const_iterator pos = lower_bound(begin_pos, end_pos, search_entry, Entry::EntryAddressLessThan);
200 if (pos != end_pos)
218 if (pos != end_pos)
221 pos = end_pos;
225 if (pos != end_pos)
246 if (pos != end_pos && pos->is_terminal_entry == false)
301 std::vector<uint32_t>::const_iterator end_pos = file_indexes.end();
310 if (find (begin_pos, end_pos, m_entries[idx].file_idx) == end_pos)