Lines Matching refs:LookAheadMatcherBase
133 class LookAheadMatcherBase : public MatcherBase<A> {
140 LookAheadMatcherBase() in LookAheadMatcherBase() function
144 virtual ~LookAheadMatcherBase() {} in ~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<typename M::FST::Arc> {
433 using LookAheadMatcherBase<Arc>::LookAheadWeight;
434 using LookAheadMatcherBase<Arc>::SetLookAheadPrefix;
435 using LookAheadMatcherBase<Arc>::SetLookAheadWeight;
436 using LookAheadMatcherBase<Arc>::ClearLookAheadPrefix;
715 typedef LookAheadMatcherBase<Arc> LBase;