Searched refs:pidsEnd (Results 1 – 2 of 2) sorted by relevance
176 auto pidsEnd = pids_.end(); in addPidBySort() local177 auto it = std::lower_bound(pids_.begin(), pidsEnd, pid); in addPidBySort()178 if (it != pidsEnd && *it == pid) { in addPidBySort()
626 auto pidsEnd = seenPids_.end(); in addPidBySort() local627 auto it = std::lower_bound(seenPids_.begin(), pidsEnd, pid); in addPidBySort()628 if (it != pidsEnd && *it == pid) { in addPidBySort()