Searched refs:RevA (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dminimize.h135 typedef ReverseArc<A> RevA; typedef in class:fst::CyclicMinimizer
152 typedef ArcIterator<Fst<RevA> > ArcIter;
164 const RevA& xarc = x->Value();
165 const RevA& yarc = y->Value();
217 ILabelCompare<RevA> ilabel_comp;
239 aiter_queue_->push(new ArcIterator<Fst<RevA> >(Tr_, s + 1));
246 ArcIterator<Fst<RevA> >* aiter = aiter_queue_->top();
253 const RevA& arc = aiter->Value();
294 VectorFst<RevA> Tr_;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dminimize.h122 typedef ReverseArc<A> RevA; typedef in class:fst::CyclicMinimizer
139 typedef ArcIterator<Fst<RevA> > ArcIter;
151 const RevA& xarc = x->Value();
152 const RevA& yarc = y->Value();
204 ILabelCompare<RevA> ilabel_comp;
226 aiter_queue_->push(new ArcIterator<Fst<RevA> >(Tr_, s + 1));
233 ArcIterator<Fst<RevA> >* aiter = aiter_queue_->top();
240 const RevA& arc = aiter->Value();
281 VectorFst<RevA> Tr_;

Completed in 444 milliseconds