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

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h133 class LookAheadMatcherBase : public MatcherBase<A> { class in namespace:fst
140 LookAheadMatcherBase() function in class:fst::LookAheadMatcherBase
144 virtual ~LookAheadMatcherBase() {}
185 : public LookAheadMatcherBase<typename M::FST::Arc> {
251 : public LookAheadMatcherBase<typename M::FST::Arc> {
260 using LookAheadMatcherBase<Arc>::LookAheadWeight;
261 using LookAheadMatcherBase<Arc>::SetLookAheadPrefix;
262 using LookAheadMatcherBase<Arc>::SetLookAheadWeight;
263 using LookAheadMatcherBase<Arc>::ClearLookAheadPrefix;
424 : public LookAheadMatcherBase<typenam
[all...]

Completed in 84 milliseconds