/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | rational.h | 68 rfst_.AddState(); in InitUnion() 69 rfst_.AddState(); in InitUnion() 90 rfst_.AddState(); in InitConcat() 91 rfst_.AddState(); in InitConcat() 92 rfst_.AddState(); in InitConcat() 113 rfst_.AddState(); in InitClosure() 118 rfst_.AddState(); in InitClosure() 119 rfst_.AddState(); in InitClosure() 140 afst.AddState(); in AddUnion() 141 afst.AddState(); in AddUnion() [all …]
|
D | reverse.h | 45 StateId ostart = ofst->AddState(); in Reverse() 54 ofst->AddState(); in Reverse() 71 ofst->AddState(); in Reverse()
|
D | shortest-path.h | 154 s_p = ofst->AddState(); in SingleShortestPath() 285 ofst->SetStart(ofst->AddState()); in ShortestPath() 286 StateId final = ofst->AddState(); in ShortestPath() 313 StateId next = ofst->AddState(); in ShortestPath() 324 StateId next = ofst->AddState(); in ShortestPath()
|
D | prune.h | 88 dead.push_back(fst->AddState()); in Prune() 192 copy[state] = ofst->AddState(); in Prune() 215 copy[arc.nextstate] = ofst->AddState(); in Prune()
|
D | vector-fst.h | 61 StateId AddState() { in AddState() function 66 StateId AddState(State *state) { in AddState() function 226 StateId AddState() { in AddState() function 227 StateId s = BaseImpl::AddState(); in AddState() 333 BaseImpl::AddState(); in VectorFstImpl() 360 impl->BaseImpl::AddState(); in Read() 588 virtual StateId AddState() { in AddState() function 590 return impl_->AddState(); in AddState()
|
D | union.h | 54 StateId s1 = fst1->AddState(); in Union() 75 StateId nstart1 = fst1->AddState(); in Union()
|
D | randgen.h | 128 ofst->SetStart(ofst->AddState()); in RandGen() 146 Arc oarc(iarc.ilabel, iarc.olabel, Weight::One(), ofst->AddState()); in RandGen()
|
D | map.h | 93 superfinal = fst->AddState(); in Map() 118 superfinal = fst->AddState(); in Map() 171 ofst->AddState(); in Map() 176 superfinal = ofst->AddState(); in Map() 200 superfinal = ofst->AddState(); in Map() 769 state_ = fst_->AddState(); in GallicToNewSymbolsMapper() 804 n = i == w1.Size() - 1 ? state_ : fst_->AddState(); in operator()
|
D | cache.h | 63 using VectorFstBaseImpl<S>::AddState; 130 AddState(0); in ExtendState() 135 AddState(0); in ExtendState()
|
D | closure.h | 55 StateId nstart = fst->AddState(); in Closure()
|
/external/openfst/src/include/fst/ |
D | rational.h | 127 rfst_.AddState(); in InitUnion() 128 rfst_.AddState(); in InitUnion() 149 rfst_.AddState(); in InitConcat() 150 rfst_.AddState(); in InitConcat() 151 rfst_.AddState(); in InitConcat() 172 rfst_.AddState(); in InitClosure() 177 rfst_.AddState(); in InitClosure() 178 rfst_.AddState(); in InitClosure() 199 afst.AddState(); in AddUnion() 200 afst.AddState(); in AddUnion() [all …]
|
D | reverse.h | 54 StateId ostart = ofst->AddState(); in Reverse() 63 ofst->AddState(); in Reverse() 80 ofst->AddState(); in Reverse()
|
D | concat.h | 78 StateId s1 = fst1->AddState(); in Concat() 144 StateId s2 = fst2->AddState(); in Concat() 158 fst2->SetStart(start1 == kNoStateId ? fst2->AddState() : start1 + numstates2); in Concat()
|
D | shortest-path.h | 191 s_p = ofst->AddState(); in SingleShortestPath() 325 ofst->SetStart(ofst->AddState()); 326 StateId final = ofst->AddState(); 361 StateId next = ofst->AddState(); 372 StateId next = ofst->AddState();
|
D | union.h | 78 StateId s1 = fst1->AddState(); in Union() 100 StateId nstart1 = fst1->AddState(); in Union()
|
D | mutable-fst.h | 58 virtual StateId AddState() = 0; // Add a state, return its ID 278 virtual StateId AddState() { in AddState() function 280 return GetImpl()->AddState(); in AddState()
|
D | vector-fst.h | 67 StateId AddState() { in AddState() function 72 StateId AddState(State *state) { in AddState() function 224 StateId AddState() { in AddState() function 225 StateId s = BaseImpl::AddState(); in AddState() 306 BaseImpl::AddState(); in VectorFstImpl() 341 impl->BaseImpl::AddState(); in Read()
|
D | edit-fst.h | 185 StateId AddState(StateId curr_num_states) { in AddState() function 186 StateId internal_state_id = edits_.AddState(); in AddState() 291 StateId new_internal_id = edits_.AddState(); in GetEditableInternalId() 525 StateId AddState() { in AddState() function 528 return data_->AddState(NumStates()); in AddState()
|
D | prune.h | 134 dead.push_back(fst->AddState()); in Prune() 261 copy[s] = ofst->AddState(); in Prune() 300 copy[arc.nextstate] = ofst->AddState(); in Prune()
|
D | arc-map.h | 130 superfinal = fst->AddState(); in ArcMap() 159 superfinal = fst->AddState(); in ArcMap() 231 ofst->AddState(); in ArcMap() 235 superfinal = ofst->AddState(); in ArcMap() 263 superfinal = ofst->AddState(); in ArcMap() 876 state_ = fst_->AddState(); in GallicToNewSymbolsMapper() 913 n = i == w1.Size() - 1 ? state_ : fst_->AddState(); in operator()
|
D | cache.h | 116 using VectorFstBaseImpl<State>::AddState; 169 AddState(copied_state); 171 AddState(0); 522 AddState(0); in ExtendState() 530 AddState(0); in ExtendState()
|
/external/regex-re2/re2/ |
D | nfa.cc | 66 struct AddState { struct in re2::NFA 71 AddState() in AddState() argument 73 explicit AddState(int id) in AddState() argument 75 AddState(int id, const char* cap_j, int j) in AddState() function 119 AddState* astack_; // pre-allocated for AddToThreadq 139 astack_ = new AddState[nastack_]; in NFA() 197 AddState* stk = astack_; in AddToThreadq() 198 stk[nstk++] = AddState(id0); in AddToThreadq() 202 const AddState& a = stk[--nstk]; in AddToThreadq() 242 stk[nstk++] = AddState(ip->out1()); in AddToThreadq() [all …]
|
/external/srec/tools/make_cfst/ |
D | make_cfst.cpp | 125 stateSt = myCfst.AddState(); // 1st state will be state 0 (returned by AddState) in main() 126 stateEn = myCfst.AddState(); in main() 181 minifst[modelId].stateSt = (stateN = myCfst.AddState()); in main() 182 minifst[modelId].stateEn = (stateNp1 = myCfst.AddState()); /* n plus 1 */ in main() 189 minifst[modelId].lcontext_state[lphonId] = myCfst.AddState(); in main() 196 minifst[modelId].rcontext_state[rphonId] = myCfst.AddState(); in main()
|
/external/srec/tools/grxmlcompile/ |
D | grxmlcompile.cpp | 649 stateSt = l_fst.AddState(); in make_openfst_graphs() 650 stateEn = l_fst.AddState(); in make_openfst_graphs() 694 statePp1 = l_fst.AddState(); in make_openfst_graphs() 697 statePp1 = l_fst.AddState(); in make_openfst_graphs() 721 statePp1 = l_fst.AddState(); in make_openfst_graphs() 742 statePp1 = l_fst.AddState(); in make_openfst_graphs() 748 statePp1 = l_fst.AddState(); in make_openfst_graphs() 801 stateSt = prefix_fst.AddState(); in make_openfst_graphs() 802 stateEn = prefix_fst.AddState(); in make_openfst_graphs() 807 stateSt = suffix_fst.AddState(); in make_openfst_graphs() [all …]
|
/external/openfst/src/include/fst/script/ |
D | compile-impl.h | 82 fst_.AddState(); 122 fst_.AddState();
|