OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArcLookAheadMatcher
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
lookahead-matcher.h
250
class
ArcLookAheadMatcher
265
ArcLookAheadMatcher
(const FST &fst, MatchType match_type,
272
ArcLookAheadMatcher
(const
ArcLookAheadMatcher
<M, F> &lmatcher,
280
ArcLookAheadMatcher
<M, F> *Copy(bool safe = false) const {
281
return new
ArcLookAheadMatcher
<M, F>(*this, safe);
338
bool
ArcLookAheadMatcher
<M, F>::LookAheadFst(const Fst<Arc> &fst, StateId s) {
380
FSTERROR() << "
ArcLookAheadMatcher
::LookAheadFst: bad match type";
matcher-fst.h
310
ArcLookAheadMatcher
<SortedMatcher<ConstFst<StdArc> > >,
314
ArcLookAheadMatcher
<SortedMatcher<ConstFst<LogArc> > >,
Completed in 142 milliseconds