Searched refs:MatchesEndingAt (Results 1 – 3 of 3) sorted by relevance
40 EXPECT_TRUE(chart.MatchesEndingAt(0).Done()); in TEST_F()59 EXPECT_TRUE(chart.MatchesEndingAt(0).Done()); in TEST_F()63 Chart<>::Iterator it = chart.MatchesEndingAt(1); in TEST_F()72 Chart<>::Iterator it = chart.MatchesEndingAt(2); in TEST_F()
72 Iterator MatchesEndingAt(const int match_offset) const { in MatchesEndingAt() function96 for (Chart<NumBuckets>::Iterator it = MatchesEndingAt(span.second); in HasMatch()
422 for (Chart<>::Iterator it = chart_.MatchesEndingAt(item->match_offset); in ProcessPendingSet()