OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookAheadPrefix
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/
lookahead-matcher.h
85
// bool
LookAheadPrefix
(Arc *arc);
108
// A non-trivial implementation of
LookAheadPrefix
() method defined and
154
bool
LookAheadPrefix
(Arc *arc) const {
221
bool
LookAheadPrefix
(Arc *arc) const { return false; }
241
bool LookAheadPrefix_(Arc *arc) const { return
LookAheadPrefix
(arc); }
777
bool
LookAheadPrefix
(Arc *arc) const {
780
return lbase->
LookAheadPrefix
(arc);
matcher-fst.h
288
bool
LookAheadPrefix
(Arc *arc) const {
289
return matcher_->
LookAheadPrefix
(arc);
lookahead-filter.h
415
// using the
LookAheadPrefix
() method of the matcher argument. It is
584
if (Selector().GetMatcher()->
LookAheadPrefix
(&larc)) { // Have prefix arc?
Completed in 754 milliseconds