HomeSort by relevance Sort by last modified time
    Searched refs:CacheArcIterator (Results 1 - 11 of 11) sorted by null

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

Completed in 22 milliseconds