Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcache.h429 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);
Darcsort.h187 friend class CacheArcIterator< ArcSortFst<A, C> >;
263 : public CacheArcIterator< ArcSortFst<A, C> > {
268 : CacheArcIterator< ArcSortFst<A, C> >(fst, s) { in ArcIterator()
Drational.h191 friend class CacheArcIterator< RationalFst<A> >; variable
265 : public CacheArcIterator< RationalFst<A> > {
270 : CacheArcIterator< RationalFst<A> >(fst, s) { in ArcIterator()
Dsynchronize.h324 friend class CacheArcIterator< SynchronizeFst<A> >; variable
409 : public CacheArcIterator< SynchronizeFst<A> > {
414 : CacheArcIterator< SynchronizeFst<A> >(fst, s) { in ArcIterator()
Dfactor-weight.h342 friend class CacheArcIterator< FactorWeightFst<A, F> >; variable
426 : public CacheArcIterator< FactorWeightFst<A, F> > {
431 : CacheArcIterator< FactorWeightFst<A, F> >(fst, s) { in ArcIterator()
Drelabel.h321 friend class CacheArcIterator< RelabelFst<A> >; variable
445 : public CacheArcIterator< RelabelFst<A> > {
450 : CacheArcIterator< RelabelFst<A> >(fst, s) { in ArcIterator()
Drmepsilon.h430 friend class CacheArcIterator< RmEpsilonFst<A> >; variable
516 : public CacheArcIterator< RmEpsilonFst<A> > {
521 : CacheArcIterator< RmEpsilonFst<A> >(fst, s) { in ArcIterator()
Dreplace.h538 friend class CacheArcIterator< ReplaceFst<A> >; variable
637 : public CacheArcIterator< ReplaceFst<A> > {
642 : CacheArcIterator< ReplaceFst<A> >(fst, s) { in ArcIterator()
Ddeterminize.h536 friend class CacheArcIterator< DeterminizeFst<A> >; variable
657 : public CacheArcIterator< DeterminizeFst<A> > {
662 : CacheArcIterator< DeterminizeFst<A> >(fst, s) { in ArcIterator()
Dcompose.h685 friend class CacheArcIterator< ComposeFst<A> >; variable
838 : public CacheArcIterator< ComposeFst<A> > {
843 : CacheArcIterator< ComposeFst<A> >(fst, s) { in ArcIterator()
Dmap.h457 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()