Home
last modified time | relevance | path

Searched refs:MatchesEndingAt (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/utils/grammar/parsing/
Dchart_test.cc40 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()
Dchart.h72 Iterator MatchesEndingAt(const int match_offset) const { in MatchesEndingAt() function
96 for (Chart<NumBuckets>::Iterator it = MatchesEndingAt(span.second); in HasMatch()
Dmatcher.cc422 for (Chart<>::Iterator it = chart_.MatchesEndingAt(item->match_offset); in ProcessPendingSet()