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

  /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 443 milliseconds