Searched refs:EligiblePoints (Results 1 – 4 of 4) sorted by relevance
290 assert(!Region.EligiblePoints.empty()); in getInsertionPoint()295 auto Offset = positionToOffset(Contents, Region.EligiblePoints.back()); in getInsertionPoint()
286 std::vector<Position> EligiblePoints; member
1082 ER.EligiblePoints.clear(); in getEligiblePoints()1086 ER.EligiblePoints.emplace_back(std::move(Event.Pos)); in getEligiblePoints()1089 if (ER.EligiblePoints.empty()) { in getEligiblePoints()1091 ER.EligiblePoints.emplace_back(offsetToPosition(Code, Code.size())); in getEligiblePoints()
742 EXPECT_THAT(Res.EligiblePoints, testing::ElementsAreArray(Test.points())) in TEST()