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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h229 StateId start = FindState(StateTuple(prefix, root_, fst_start));
282 StateId FindState(const StateTuple& tuple) { function in class:fst::ReplaceFstImpl
311 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate));
321 FindState(StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
337 StateId nt_nextstate = FindState(
344 FindState(
H A Dfactor-weight.h180 StateId start = FindState(Element(fst_->Start(), Weight::One()));
229 StateId FindState(const Element &e) { function in class:fst::FactorWeightFstImpl
263 StateId d = FindState(Element(arc.nextstate, Weight::One()));
268 StateId d = FindState(Element(arc.nextstate,
284 StateId d = FindState(Element(kNoStateId,
H A Dsynchronize.h100 StateId start = FindState(Element(fst_->Start(), empty, empty));
193 StateId FindState(const Element &e) { function in class:fst::SynchronizeFstImpl
219 StateId d = FindState(Element(arc.nextstate, istring, ostring));
225 StateId d = FindState(Element(arc.nextstate, istring, ostring));
235 StateId d = FindState(Element(kNoStateId, istring, ostring));
H A Dcompose.h417 StateId FindState(const StateTuple& tuple) { function in class:fst::ComposeFstImpl
436 arc.nextstate = FindState(tuple);
442 arc.nextstate = FindState(tuple);
625 return FindState(tuple);
H A Ddeterminize.h246 return FindState(subset);
263 // if the subset is not found in the subset hash. FindState takes
273 StateId FindState(Subset *subset) { function in class:fst::DeterminizeFsaImpl
368 arc.nextstate = FindState(dest_subset);
/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))));
/external/chromium_org/content/common/android/
H A Daddress_parser_unittest.cc146 TEST_F(AddressParserTest, FindState) {

Completed in 162 milliseconds