/external/openfst/src/include/fst/ |
compose-filter.h | 281 StateId s2_; // Current fst2_ state; 309 fst2_(matcher2_->GetFst()), 318 fst2_(matcher2_->GetFst()), 336 size_t na2 = internal::NumArcs(fst2_, s2); 337 size_t ne2 = internal::NumInputEpsilons(fst2_, s2); 338 bool fin2 = internal::Final(fst2_, s2) != Weight::Zero(); 364 const FST2 &fst2_; member in class:fst::AltSequenceComposeFilter 366 StateId s2_; // Current fst2_ state; 396 fst2_(matcher2_->GetFst()), 406 fst2_(matcher2_->GetFst()) 465 const FST2 &fst2_; member in class:fst::MatchComposeFilter [all...] |
lookahead-filter.h | 444 fst2_(filter_.GetMatcher2()->GetFst()), 449 matcher2_(fst2_, MATCH_INPUT, 459 fst2_(filter_.GetMatcher2()->GetFst()), 464 matcher2_(fst2_, MATCH_INPUT, 481 : internal::NumArcs(fst2_, s2); 603 const FST2 &fst2_; member in class:fst::PushLabelsComposeFilter
|
compose.h | 231 fst2_(matcher2_->GetFst()), 253 fst2_.Properties(kError, false) || 272 internal::NumArcs(fst1_, s1) > internal::NumArcs(fst2_, s2))) 273 OrderedExpand(s, fst1_, s1, fst2_, s2, matcher1_, false); 275 OrderedExpand(s, fst2_, s2, fst1_, s1, matcher2_, true); 279 const FST2 &GetFst2() { return fst2_; } 344 StateId s2 = fst2_.Start(); 361 Weight final2 = internal::Final(fst2_, s2); 378 const FST2 &fst2_; member in class:fst::ComposeFstImpl 396 fst2_(matcher2_->GetFst()) [all...] |