Home
last modified time | relevance | path

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

12

/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()
Dvisit.h204 ofst_->DeleteStates(); in InitVisit()
Dshortest-path.h85 ofst->DeleteStates(); in SingleShortestPath()
296 ofst->DeleteStates();
Dstring.h97 fst->DeleteStates();
Dconnect.h313 fst->DeleteStates(dstates); in Connect()
Darc-map.h204 ofst->DeleteStates(); in ArcMap()
875 fst_->DeleteStates(); in GallicToNewSymbolsMapper()
Dminimize.h545 fst->DeleteStates();
Dreplace-util.h164 depfst_.DeleteStates(); in ClearDependencies()
Dstate-map.h134 ofst->DeleteStates(); in StateMap()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dvector-fst.h75 void DeleteStates(const vector<StateId>& dstates) { in DeleteStates() function
114 void DeleteStates() { in DeleteStates() function
280 void DeleteStates(const vector<StateId> &dstates) { in DeleteStates() function
281 BaseImpl::DeleteStates(dstates); in DeleteStates()
285 void DeleteStates() { in DeleteStates() function
286 BaseImpl::DeleteStates(); in DeleteStates()
600 virtual void DeleteStates(const vector<StateId> &dstates) { in DeleteStates() function
602 impl_->DeleteStates(dstates); in DeleteStates()
605 virtual void DeleteStates() { in DeleteStates() function
607 impl_->DeleteStates(); in DeleteStates()
Dmutable-fst.h48 virtual void DeleteStates(const vector<StateId>&) = 0; // Delete some states
49 virtual void DeleteStates() = 0; // Delete all states
Dprune.h113 fst->DeleteStates(dead); in Prune()
153 ofst->DeleteStates(); in Prune()
Dreverse.h41 ofst->DeleteStates(); in Reverse()
Dshortest-path.h68 ofst->DeleteStates(); in SingleShortestPath()
243 ofst->DeleteStates(); in ShortestPath()
Drandgen.h125 ofst->DeleteStates(); in RandGen()
Dconnect.h214 fst->DeleteStates(dstates); in Connect()
Dmap.h162 ofst->DeleteStates(); in Map()
768 fst_->DeleteStates(); in GallicToNewSymbolsMapper()
Dminimize.h523 fst->DeleteStates();
/external/openfst/src/test/
Dfst_test.h150 cfst1->DeleteStates(); in TestMutable()
312 fst->DeleteStates(); in InitFst()
/external/openfst/src/include/fst/extensions/pdt/
Dreplace.h61 ofst->DeleteStates(); in Replace()

12