Searched refs:FindState (Results 1 - 7 of 7) sorted by relevance

/external/openfst/src/include/fst/
H A Dfactor-weight.h224 StateId start = FindState(Element(fst_->Start(), Weight::One()));
282 StateId FindState(const Element &e) { function in class:fst::FactorWeightFstImpl
316 StateId d = FindState(Element(arc.nextstate, Weight::One()));
321 StateId d = FindState(Element(arc.nextstate,
339 StateId d = FindState(Element(kNoStateId,
H A Dstate-table.h49 // StateId FindState(const StateTuple &);
85 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } function in class:fst::HashStateTable
108 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } function in class:fst::CompactHashStateTable
133 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } function in class:fst::VectorStateTable
163 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } function in class:fst::VectorHashStateTable
183 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } function in class:fst::ErasableStateTable
204 // StateId FindState(const StateTuple &);
H A Dsynchronize.h122 StateId start = FindState(Element(fst_->Start(), empty, empty));
224 StateId FindState(const Element &e) { function in class:fst::SynchronizeFstImpl
250 StateId d = FindState(Element(arc.nextstate, istring, ostring));
256 StateId d = FindState(Element(arc.nextstate, istring, ostring));
266 StateId d = FindState(Element(kNoStateId, istring, ostring));
H A Dreplace.h67 // StateId FindState(const StateTuple &tuple);
220 StateId FindState(const StateTuple &tuple) { function in class:fst::VectorHashReplaceStateTable
221 return state_table_->FindState(tuple);
250 using StateTable::FindState;
486 StateId start = state_table_->FindState(
705 arcp->nextstate = state_table_->FindState(
730 ? state_table_->FindState(
749 ? state_table_->FindState(
759 ? state_table_->FindState(
H A Ddeterminize.h179 // // If it doesn't exist, then add it. FindState takes
182 // StateId FindState(Subset *subset);
214 // state if the subset is not found. FindState takes ownership of
217 StateId FindState(Subset *subset) { function in class:fst::DefaultDeterminizeStateTable
532 return FindState(subset);
550 StateId FindState(Subset *subset) { function in class:fst::DeterminizeFsaImpl
551 StateId s = state_table_->FindState(subset);
668 arc.nextstate = FindState(dest_subset);
H A Dcompose.h335 state_table_->FindState(tuple));
350 return state_table_->FindState(tuple);
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h131 StateId start = state_table_->FindState(tuple);
191 arc.nextstate = state_table_->FindState(ntuple);
706 SetFinalDistance(state_table_.FindState(tuple), Weight::One());
776 meta_arc.nextstate = state_table_.FindState(tuple);
860 FinalDistance(state_table_.FindState(tuple))));

Completed in 109 milliseconds