Searched defs:SetLookAheadPrefix (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h168 void SetLookAheadPrefix(const Arc &arc) { prefix_arc_ = arc; } function in class:fst::LookAheadMatcherBase
261 using LookAheadMatcherBase<Arc>::SetLookAheadPrefix;
401 SetLookAheadPrefix(arc);
434 using LookAheadMatcherBase<Arc>::SetLookAheadPrefix;
611 SetLookAheadPrefix(aiter.Value());

Completed in 80 milliseconds