Searched refs:tidsEnd (Results 1 – 1 of 1) sorted by relevance
506 auto tidsEnd = tidVec_.end(); in addTidBySort() local507 auto it = std::lower_bound(tidVec_.begin(), tidsEnd, tid); in addTidBySort()508 if (it != tidsEnd && *it == tid) { in addTidBySort()