Home
last modified time | relevance | path

Searched refs:DeleteStates (Results 1 – 20 of 20) sorted by relevance

/external/openfst/src/include/fst/
Dmutable-fst.h61 virtual void DeleteStates(const vector<StateId>&) = 0; // Delete some states
62 virtual void DeleteStates() = 0; // Delete all states
288 virtual void DeleteStates(const vector<StateId> &dstates) { in DeleteStates() function
290 GetImpl()->DeleteStates(dstates); in DeleteStates()
293 virtual void DeleteStates() { in DeleteStates() function
295 GetImpl()->DeleteStates(); in DeleteStates()
Dedit-fst.h209 void DeleteStates() { in DeleteStates() function
210 edits_.DeleteStates(); in DeleteStates()
538 void DeleteStates(const vector<StateId>& dstates) { in DeleteStates() function
545 void DeleteStates();
643 inline void EditFstImpl<A, WrappedFstT, MutableFstT>::DeleteStates() { in DeleteStates() function
644 data_->DeleteStates(); in DeleteStates()
Dvector-fst.h81 void DeleteStates(const vector<StateId>& dstates) { in DeleteStates() function
120 void DeleteStates() { in DeleteStates() function
245 void DeleteStates(const vector<StateId> &dstates) { in DeleteStates() function
246 BaseImpl::DeleteStates(dstates); in DeleteStates()
250 void DeleteStates() { in DeleteStates() function
251 BaseImpl::DeleteStates(); in DeleteStates()
Dprune.h126 fst->DeleteStates(); in Prune()
183 fst->DeleteStates(dead); in Prune()
231 ofst->DeleteStates(); in Prune()
Dreverse.h48 ofst->DeleteStates(); in Reverse()
Dcache.h320 void DeleteStates(const vector<StateId> &dstates) { in DeleteStates() function
333 VectorFstBaseImpl<S>::DeleteStates(dstates); in DeleteStates()
347 void DeleteStates() { in DeleteStates() function
360 VectorFstBaseImpl<State>::DeleteStates(); in DeleteStates()
Dshortest-path.h85 ofst->DeleteStates(); in SingleShortestPath()
296 ofst->DeleteStates();
Dvisit.h204 ofst_->DeleteStates(); in InitVisit()
Dstring.h97 fst->DeleteStates();
Dconnect.h313 fst->DeleteStates(dstates); in Connect()
Darc-map.h204 ofst->DeleteStates(); in ArcMap()
875 fst_->DeleteStates(); in GallicToNewSymbolsMapper()
Dreplace-util.h164 depfst_.DeleteStates(); in ClearDependencies()
Dminimize.h545 fst->DeleteStates();
Dstate-map.h134 ofst->DeleteStates(); in StateMap()
Drandgen.h616 ofst_->DeleteStates(); in InitVisit()
/external/openfst/src/test/
Dfst_test.h150 cfst1->DeleteStates(); in TestMutable()
312 fst->DeleteStates(); in InitFst()
Dalgo_test.h1214 fst->DeleteStates(); in RandFst()
/external/openfst/src/include/fst/extensions/pdt/
Dreplace.h61 ofst->DeleteStates(); in Replace()
Dshortest-path.h488 ofst->DeleteStates(); in Init()
Dexpand.h874 ofst_->DeleteStates(); in Expand()