Searched refs:CacheArcIterator (Results 1 – 12 of 12) sorted by relevance
/external/openfst/src/include/fst/ |
D | cache.h | 713 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);
|
D | synchronize.h | 407 : public CacheArcIterator< SynchronizeFst<A> > { 412 : CacheArcIterator< SynchronizeFst<A> >(fst.GetImpl(), s) { in ArcIterator()
|
D | factor-weight.h | 452 : public CacheArcIterator< FactorWeightFst<A, F> > { 457 : CacheArcIterator< FactorWeightFst<A, F> >(fst.GetImpl(), s) { in ArcIterator()
|
D | relabel.h | 504 : public CacheArcIterator< RelabelFst<A> > { 509 : CacheArcIterator< RelabelFst<A> >(fst.GetImpl(), s) { in ArcIterator()
|
D | rmepsilon.h | 574 : public CacheArcIterator< RmEpsilonFst<A> > { 579 : CacheArcIterator< RmEpsilonFst<A> >(fst.GetImpl(), s) { in ArcIterator()
|
D | state-map.h | 380 : public CacheArcIterator< StateMapFst<A, B, C> > { 385 : CacheArcIterator< StateMapFst<A, B, C> >(fst.GetImpl(), s) { in ArcIterator()
|
D | randgen.h | 564 : public CacheArcIterator< RandGenFst<A, B, S> > { 569 : CacheArcIterator< RandGenFst<A, B, S> >(fst.GetImpl(), s) { in ArcIterator()
|
D | compose.h | 636 : public CacheArcIterator< ComposeFst<A> > { 641 : CacheArcIterator< ComposeFst<A> >(fst.GetImpl(), s) { in ArcIterator()
|
D | rational.h | 320 : public CacheArcIterator< ReplaceFst<A> > {
|
D | determinize.h | 916 : public CacheArcIterator< DeterminizeFst<A> > { 921 : CacheArcIterator< DeterminizeFst<A> >(fst.GetImpl(), s) { in ArcIterator()
|
D | arc-map.h | 661 : public CacheArcIterator< ArcMapFst<A, B, C> > { 666 : CacheArcIterator< ArcMapFst<A, B, C> >(fst.GetImpl(), s) { in ArcIterator()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | expand.h | 293 : public CacheArcIterator< ExpandFst<A> > { 298 : CacheArcIterator< ExpandFst<A> >(fst.GetImpl(), s) { in ArcIterator()
|