Lines Matching refs:end_pos
123 entry_collection::iterator end_pos = m_entries.end();
126 upper_bound(begin_pos, end_pos, entry, less_than_bp);
130 while (pos < end_pos && !((pos - 1)->is_terminal_entry))
201 entry_collection::const_iterator end_pos = m_entries.end();
203 begin_pos, end_pos, search_entry, Entry::EntryAddressLessThan);
204 if (pos != end_pos) {
217 if (pos != end_pos) {
219 pos = end_pos;
223 if (pos != end_pos) {
248 if (pos != end_pos && pos->is_terminal_entry == false) {