Searched refs:CacheArcIterator (Results 1 – 11 of 11) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | cache.h | 429 class CacheArcIterator { 435 CacheArcIterator(const F &fst, StateId s) : i_(0) { in CacheArcIterator() function 440 ~CacheArcIterator() { --state_->ref_count; } in ~CacheArcIterator() 456 DISALLOW_EVIL_CONSTRUCTORS(CacheArcIterator);
|
D | arcsort.h | 187 friend class CacheArcIterator< ArcSortFst<A, C> >; 263 : public CacheArcIterator< ArcSortFst<A, C> > { 268 : CacheArcIterator< ArcSortFst<A, C> >(fst, s) { in ArcIterator()
|
D | rational.h | 191 friend class CacheArcIterator< RationalFst<A> >; variable 265 : public CacheArcIterator< RationalFst<A> > { 270 : CacheArcIterator< RationalFst<A> >(fst, s) { in ArcIterator()
|
D | synchronize.h | 324 friend class CacheArcIterator< SynchronizeFst<A> >; variable 409 : public CacheArcIterator< SynchronizeFst<A> > { 414 : CacheArcIterator< SynchronizeFst<A> >(fst, s) { in ArcIterator()
|
D | factor-weight.h | 342 friend class CacheArcIterator< FactorWeightFst<A, F> >; variable 426 : public CacheArcIterator< FactorWeightFst<A, F> > { 431 : CacheArcIterator< FactorWeightFst<A, F> >(fst, s) { in ArcIterator()
|
D | relabel.h | 321 friend class CacheArcIterator< RelabelFst<A> >; variable 445 : public CacheArcIterator< RelabelFst<A> > { 450 : CacheArcIterator< RelabelFst<A> >(fst, s) { in ArcIterator()
|
D | rmepsilon.h | 430 friend class CacheArcIterator< RmEpsilonFst<A> >; variable 516 : public CacheArcIterator< RmEpsilonFst<A> > { 521 : CacheArcIterator< RmEpsilonFst<A> >(fst, s) { in ArcIterator()
|
D | replace.h | 538 friend class CacheArcIterator< ReplaceFst<A> >; variable 637 : public CacheArcIterator< ReplaceFst<A> > { 642 : CacheArcIterator< ReplaceFst<A> >(fst, s) { in ArcIterator()
|
D | determinize.h | 536 friend class CacheArcIterator< DeterminizeFst<A> >; variable 657 : public CacheArcIterator< DeterminizeFst<A> > { 662 : CacheArcIterator< DeterminizeFst<A> >(fst, s) { in ArcIterator()
|
D | compose.h | 685 friend class CacheArcIterator< ComposeFst<A> >; variable 838 : public CacheArcIterator< ComposeFst<A> > { 843 : CacheArcIterator< ComposeFst<A> >(fst, s) { in ArcIterator()
|
D | map.h | 457 friend class CacheArcIterator< MapFst<A, B, C> >; variable 594 : public CacheArcIterator< MapFst<A, B, C> > { 599 : CacheArcIterator< MapFst<A, B, C> >(fst, s) { in ArcIterator()
|