Searched refs:VecIt (Results 1 – 1 of 1) sorted by relevance
425 auto VecIt = std::upper_bound( in findAction() local430 assert(VecIt != Vec.begin() && "Does Vec not start with size 1?"); in findAction()431 --VecIt; in findAction()432 int VecIdx = VecIt - Vec.begin(); in findAction()