Searched refs:SetStart (Results 1 - 25 of 66) sorted by relevance

123

/external/openfst/src/include/fst/
H A Drational.h129 rfst_.SetStart(0);
152 rfst_.SetStart(0);
173 rfst_.SetStart(0);
179 rfst_.SetStart(0);
201 afst.SetStart(0);
219 afst.SetStart(0);
H A Dunion.h92 fst1->SetStart(start2);
101 fst1->SetStart(nstart1);
H A Dreverse.h55 ofst->SetStart(ostart);
H A Dstatesort.h58 fst->SetStart(order[fst->Start()]);
H A Dvector-fst.h63 void SetStart(StateId s) { start_ = s; } function in class:fst::VectorFstBaseImpl
117 SetStart(newid[Start()]);
124 SetStart(kNoStateId);
213 void SetStart(StateId s) { function in class:fst::VectorFstImpl
214 BaseImpl::SetStart(s);
297 BaseImpl::SetStart(fst.Start());
331 impl->BaseImpl::SetStart(hdr.Start());
538 hdr.SetStart(fst.Start());
H A Dmutable-fst.h53 virtual void SetStart(StateId) = 0; // Set the initial state
259 virtual void SetStart(StateId s) { function in class:fst::ImplToMutableFst
261 GetImpl()->SetStart(s);
H A Dclosure.h64 fst->SetStart(nstart);
H A Dreweight.h135 fst->SetStart(state);
H A Dstate-map.h105 fst->SetStart(mapper->Start());
159 ofst->SetStart(mapper->Start());
202 using CacheImpl<B>::SetStart;
243 SetStart(mapper_->Start());
H A Dedit-fst.h160 void SetStart(StateId s) { function in class:fst::EditFstData
161 edits_.SetStart(s);
480 hdr.SetStart(Start());
506 void SetStart(StateId s) { function in class:fst::EditFstImpl
508 data_->SetStart(s);
658 impl->SetStart(hdr.Start());
H A Dconcat.h158 fst2->SetStart(start1 == kNoStateId ? fst2->AddState() : start1 + numstates2);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h70 rfst_.SetStart(0);
93 rfst_.SetStart(0);
114 rfst_.SetStart(0);
120 rfst_.SetStart(0);
142 afst.SetStart(0);
158 afst.SetStart(0);
H A Dunion.h67 fst1->SetStart(start2);
76 fst1->SetStart(nstart1);
H A Dreverse.h46 ofst->SetStart(ostart);
H A Dstatesort.h49 fst->SetStart(order[fst->Start()]);
H A Dvector-fst.h57 void SetStart(StateId s) { start_ = s; } function in class:fst::VectorFstBaseImpl
111 SetStart(newid[Start()]);
118 SetStart(kNoStateId);
206 void SetStart(StateId s) { function in class:fst::VectorFstImpl
207 BaseImpl::SetStart(s);
327 BaseImpl::SetStart(fst.Start());
356 impl->BaseImpl::SetStart(hdr.Start());
423 hdr.SetStart(Start());
574 virtual void SetStart(StateId s) { function in class:fst::VectorFst
576 impl_->SetStart(
[all...]
H A Dclosure.h56 fst->SetStart(nstart);
H A Dmutable-fst.h41 virtual void SetStart(StateId) = 0; // Set the initial state
H A Drandgen.h128 ofst->SetStart(ofst->AddState());
H A Dreplace.h71 using CacheImpl<A>::SetStart;
199 depfst.SetStart(root_ - 1);
221 SetStart(kNoStateId);
231 SetStart(start);
H A Dreweight.h117 fst->SetStart(state);
H A Dcache.h48 // HasFinal(), and HasArcs() to determine if cached and SetStart(),
157 void SetStart(StateId s) { function in class:fst::CacheBaseImpl
158 VectorFstBaseImpl<S>::SetStart(s);
H A Dshortest-path.h162 ofst->SetStart(s_p);
285 ofst->SetStart(ofst->AddState());
/external/openfst/src/include/fst/extensions/pdt/
H A Dreplace.h92 ofst->SetStart(os);
/external/openfst/src/include/fst/script/
H A Dcompile-impl.h83 fst_.SetStart(s);

Completed in 203 milliseconds

123