• Home
  • Raw
  • Download

Lines Matching refs:StateId

49   typedef typename A::StateId StateId;  typedef
54 size_t operator()(const Fst<A> &fst, StateId s) const { in operator()
72 typedef typename A::StateId StateId; typedef
77 size_t operator()(const Fst<A> &fst, StateId s) const { in operator()
113 typedef typename A::StateId StateId; typedef
121 size_t operator()(const Fst<A> &fst, StateId s, in operator()
141 typedef typename A::StateId StateId; typedef
143 StateId state_id; // current input FST state
149 RandState(StateId s, size_t n, size_t l, size_t k, const RandState<A> *p) in RandState()
164 typedef typename A::StateId StateId; typedef
240 typedef typename A::StateId StateId; typedef
346 typedef typename A::StateId StateId; typedef
385 StateId Start() { in Start()
387 StateId s = fst_->Start(); in Start()
390 StateId start = state_table_.size(); in Start()
398 Weight Final(StateId s) { in Final()
405 size_t NumArcs(StateId s) { in NumArcs()
412 size_t NumInputEpsilons(StateId s) { in NumInputEpsilons()
418 size_t NumOutputEpsilons(StateId s) { in NumOutputEpsilons()
435 void InitArcIterator(StateId s, ArcIteratorData<B> *data) { in InitArcIterator()
443 void Expand(StateId s) { in Expand()
498 StateId superfinal_;
517 typedef typename A::StateId StateId; typedef
535 virtual void InitArcIterator(StateId s, ArcIteratorData<B> *data) const { in InitArcIterator()
566 typedef typename A::StateId StateId; typedef
568 ArcIterator(const RandGenFst<A, B, S> &fst, StateId s) in ArcIterator()
609 typedef typename IArc::StateId StateId; typedef
624 bool InitState(StateId s, StateId root) { return true; } in InitState()
626 bool TreeArc(StateId s, const IArc &arc) { in TreeArc()
635 bool BackArc(StateId s, const IArc &arc) { in BackArc()
641 bool ForwardOrCrossArc(StateId s, const IArc &arc) { in ForwardOrCrossArc()
646 void FinishState(StateId s, StateId p, const IArc *) { in FinishState()
656 StateId start = ofst_->AddState(); in OutputPath()
660 StateId src = ofst_->Start(); in OutputPath()
662 StateId dest = ofst_->AddState(); in OutputPath()
685 typedef typename OArc::StateId StateId; in RandGen() typedef