/external/openfst/src/include/fst/ |
D | mutable-fst.h | 61 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()
|
D | edit-fst.h | 209 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()
|
D | vector-fst.h | 81 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()
|
D | prune.h | 126 fst->DeleteStates(); in Prune() 183 fst->DeleteStates(dead); in Prune() 231 ofst->DeleteStates(); in Prune()
|
D | reverse.h | 48 ofst->DeleteStates(); in Reverse()
|
D | cache.h | 320 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()
|
D | visit.h | 204 ofst_->DeleteStates(); in InitVisit()
|
D | shortest-path.h | 85 ofst->DeleteStates(); in SingleShortestPath() 296 ofst->DeleteStates();
|
D | string.h | 97 fst->DeleteStates();
|
D | connect.h | 313 fst->DeleteStates(dstates); in Connect()
|
D | arc-map.h | 204 ofst->DeleteStates(); in ArcMap() 875 fst_->DeleteStates(); in GallicToNewSymbolsMapper()
|
D | minimize.h | 545 fst->DeleteStates();
|
D | replace-util.h | 164 depfst_.DeleteStates(); in ClearDependencies()
|
D | state-map.h | 134 ofst->DeleteStates(); in StateMap()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | vector-fst.h | 75 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()
|
D | mutable-fst.h | 48 virtual void DeleteStates(const vector<StateId>&) = 0; // Delete some states 49 virtual void DeleteStates() = 0; // Delete all states
|
D | prune.h | 113 fst->DeleteStates(dead); in Prune() 153 ofst->DeleteStates(); in Prune()
|
D | reverse.h | 41 ofst->DeleteStates(); in Reverse()
|
D | shortest-path.h | 68 ofst->DeleteStates(); in SingleShortestPath() 243 ofst->DeleteStates(); in ShortestPath()
|
D | randgen.h | 125 ofst->DeleteStates(); in RandGen()
|
D | connect.h | 214 fst->DeleteStates(dstates); in Connect()
|
D | map.h | 162 ofst->DeleteStates(); in Map() 768 fst_->DeleteStates(); in GallicToNewSymbolsMapper()
|
D | minimize.h | 523 fst->DeleteStates();
|
/external/openfst/src/test/ |
D | fst_test.h | 150 cfst1->DeleteStates(); in TestMutable() 312 fst->DeleteStates(); in InitFst()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | replace.h | 61 ofst->DeleteStates(); in Replace()
|