Searched refs:pidsEnd (Results 1 – 2 of 2) sorted by relevance
172 auto pidsEnd = pids_.end(); in addPidBySort() local173 auto it = std::lower_bound(pids_.begin(), pidsEnd, pid); in addPidBySort()174 if (it != pidsEnd && *it == pid) { in addPidBySort()
607 auto pidsEnd = seenPids_.end(); in addPidBySort() local608 auto it = std::lower_bound(seenPids_.begin(), pidsEnd, pid); in addPidBySort()609 if (it != pidsEnd && *it == pid) { in addPidBySort()