HomeSort by relevance Sort by last modified time
    Searched refs:CacheArcIterator (Results 1 - 23 of 23) 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) {
  /external/openfst/src/include/fst/
synchronize.h 407 : public CacheArcIterator< SynchronizeFst<A> > {
412 : CacheArcIterator< SynchronizeFst<A> >(fst.GetImpl(), s) {
cache.h 713 class CacheArcIterator {
720 CacheArcIterator(Impl *impl, StateId s) : i_(0) {
725 ~CacheArcIterator() { --state_->ref_count; }
749 DISALLOW_COPY_AND_ASSIGN(CacheArcIterator);
factor-weight.h 452 : public CacheArcIterator< FactorWeightFst<A, F> > {
457 : CacheArcIterator< FactorWeightFst<A, F> >(fst.GetImpl(), s) {
relabel.h 504 : public CacheArcIterator< RelabelFst<A> > {
509 : CacheArcIterator< RelabelFst<A> >(fst.GetImpl(), s) {
rmepsilon.h 574 : public CacheArcIterator< RmEpsilonFst<A> > {
579 : CacheArcIterator< RmEpsilonFst<A> >(fst.GetImpl(), s) {
state-map.h 380 : public CacheArcIterator< StateMapFst<A, B, C> > {
385 : CacheArcIterator< StateMapFst<A, B, C> >(fst.GetImpl(), s) {
rational.h 320 : public CacheArcIterator< ReplaceFst<A> > {
compose.h 636 : public CacheArcIterator< ComposeFst<A> > {
641 : CacheArcIterator< ComposeFst<A> >(fst.GetImpl(), s) {
determinize.h 916 : public CacheArcIterator< DeterminizeFst<A> > {
921 : CacheArcIterator< DeterminizeFst<A> >(fst.GetImpl(), s) {
    [all...]
randgen.h 564 : public CacheArcIterator< RandGenFst<A, B, S> > {
569 : CacheArcIterator< RandGenFst<A, B, S> >(fst.GetImpl(), s) {
arc-map.h 661 : public CacheArcIterator< ArcMapFst<A, B, C> > {
666 : CacheArcIterator< ArcMapFst<A, B, C> >(fst.GetImpl(), s) {
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 293 : public CacheArcIterator< ExpandFst<A> > {
298 : CacheArcIterator< ExpandFst<A> >(fst.GetImpl(), s) {
    [all...]

Completed in 102 milliseconds