Searched refs:begin_pos (Results 1 – 1 of 1) sorted by relevance
122 entry_collection::iterator begin_pos = m_entries.begin(); in InsertSequence() local126 upper_bound(begin_pos, end_pos, entry, less_than_bp); in InsertSequence()129 if (pos != begin_pos) { in InsertSequence()137 if (pos != begin_pos) { in InsertSequence()200 entry_collection::const_iterator begin_pos = m_entries.begin(); in FindLineEntryByAddress() local203 begin_pos, end_pos, search_entry, Entry::EntryAddressLessThan); in FindLineEntryByAddress()205 if (pos != begin_pos) { in FindLineEntryByAddress()226 while (pos != begin_pos) { in FindLineEntryByAddress()249 uint32_t match_idx = std::distance(begin_pos, pos); in FindLineEntryByAddress()