Home
last modified time | relevance | path

Searched refs:CacheArcIterator (Results 1 – 12 of 12) sorted by relevance

/external/openfst/src/include/fst/
Dcache.h713 class CacheArcIterator {
720 CacheArcIterator(Impl *impl, StateId s) : i_(0) { in CacheArcIterator() function
725 ~CacheArcIterator() { --state_->ref_count; } in ~CacheArcIterator()
749 DISALLOW_COPY_AND_ASSIGN(CacheArcIterator);
Dsynchronize.h407 : public CacheArcIterator< SynchronizeFst<A> > {
412 : CacheArcIterator< SynchronizeFst<A> >(fst.GetImpl(), s) { in ArcIterator()
Dfactor-weight.h452 : public CacheArcIterator< FactorWeightFst<A, F> > {
457 : CacheArcIterator< FactorWeightFst<A, F> >(fst.GetImpl(), s) { in ArcIterator()
Drelabel.h504 : public CacheArcIterator< RelabelFst<A> > {
509 : CacheArcIterator< RelabelFst<A> >(fst.GetImpl(), s) { in ArcIterator()
Drmepsilon.h574 : public CacheArcIterator< RmEpsilonFst<A> > {
579 : CacheArcIterator< RmEpsilonFst<A> >(fst.GetImpl(), s) { in ArcIterator()
Dstate-map.h380 : public CacheArcIterator< StateMapFst<A, B, C> > {
385 : CacheArcIterator< StateMapFst<A, B, C> >(fst.GetImpl(), s) { in ArcIterator()
Drandgen.h564 : public CacheArcIterator< RandGenFst<A, B, S> > {
569 : CacheArcIterator< RandGenFst<A, B, S> >(fst.GetImpl(), s) { in ArcIterator()
Dcompose.h636 : public CacheArcIterator< ComposeFst<A> > {
641 : CacheArcIterator< ComposeFst<A> >(fst.GetImpl(), s) { in ArcIterator()
Drational.h320 : public CacheArcIterator< ReplaceFst<A> > {
Ddeterminize.h916 : public CacheArcIterator< DeterminizeFst<A> > {
921 : CacheArcIterator< DeterminizeFst<A> >(fst.GetImpl(), s) { in ArcIterator()
Darc-map.h661 : public CacheArcIterator< ArcMapFst<A, B, C> > {
666 : CacheArcIterator< ArcMapFst<A, B, C> >(fst.GetImpl(), s) { in ArcIterator()
/external/openfst/src/include/fst/extensions/pdt/
Dexpand.h293 : public CacheArcIterator< ExpandFst<A> > {
298 : CacheArcIterator< ExpandFst<A> >(fst.GetImpl(), s) { in ArcIterator()