Searched refs:AddState (Results 1 - 25 of 27) sorted by relevance

12

/external/openfst/src/include/fst/
H A Dreverse.h54 StateId ostart = ofst->AddState();
63 ofst->AddState();
80 ofst->AddState();
H A Drational.h127 rfst_.AddState();
128 rfst_.AddState();
149 rfst_.AddState();
150 rfst_.AddState();
151 rfst_.AddState();
172 rfst_.AddState();
177 rfst_.AddState();
178 rfst_.AddState();
199 afst.AddState();
200 afst.AddState();
[all...]
H A Dunion.h78 StateId s1 = fst1->AddState();
100 StateId nstart1 = fst1->AddState();
H A Dconcat.h78 StateId s1 = fst1->AddState();
144 StateId s2 = fst2->AddState();
158 fst2->SetStart(start1 == kNoStateId ? fst2->AddState() : start1 + numstates2);
H A Dshortest-path.h191 s_p = ofst->AddState();
325 ofst->SetStart(ofst->AddState());
326 StateId final = ofst->AddState();
361 StateId next = ofst->AddState();
372 StateId next = ofst->AddState();
H A Dmutable-fst.h58 virtual StateId AddState() = 0; // Add a state, return its ID
278 virtual StateId AddState() { function in class:fst::ImplToMutableFst
280 return GetImpl()->AddState();
H A Dprune.h134 dead.push_back(fst->AddState());
261 copy[s] = ofst->AddState();
300 copy[arc.nextstate] = ofst->AddState();
H A Dclosure.h63 StateId nstart = fst->AddState();
H A Dreweight.h130 typename Arc::StateId state = fst->AddState();
H A Dvector-fst.h67 StateId AddState() { function in class:fst::VectorFstBaseImpl
72 StateId AddState(State *state) { function in class:fst::VectorFstBaseImpl
224 StateId AddState() { function in class:fst::VectorFstImpl
225 StateId s = BaseImpl::AddState();
306 BaseImpl::AddState();
341 impl->BaseImpl::AddState();
H A Darc-map.h130 superfinal = fst->AddState();
159 superfinal = fst->AddState();
231 ofst->AddState();
235 superfinal = ofst->AddState();
263 superfinal = ofst->AddState();
876 state_ = fst_->AddState();
913 n = i == w1.Size() - 1 ? state_ : fst_->AddState();
H A Dcache.h116 using VectorFstBaseImpl<State>::AddState;
169 AddState(copied_state);
171 AddState(0);
522 AddState(0);
530 AddState(0);
H A Dedit-fst.h185 StateId AddState(StateId curr_num_states) { function in class:fst::EditFstData
186 StateId internal_state_id = edits_.AddState();
291 StateId new_internal_id = edits_.AddState();
525 StateId AddState() { function in class:fst::EditFstImpl
528 return data_->AddState(NumStates());
617 // AddState().
H A Dstring.h99 fst->AddState();
H A Dvisit.h210 ofst_->AddState();
H A Dlabel-reachable.h452 StateId s = fst_->AddState();
457 StateId start = fst_->AddState();
H A Drandgen.h656 StateId start = ofst_->AddState();
662 StateId dest = ofst_->AddState();
H A Dreplace-util.h271 depfst_.AddState();
H A Dstate-map.h157 ofst->AddState();
/external/regex-re2/re2/
H A Dnfa.cc66 struct AddState { struct in class:re2::NFA
71 AddState() function in struct:re2::NFA::AddState
73 explicit AddState(int id) function in struct:re2::NFA::AddState
75 AddState(int id, const char* cap_j, int j) function in struct:re2::NFA::AddState
119 AddState* astack_; // pre-allocated for AddToThreadq
139 astack_ = new AddState[nastack_];
197 AddState* stk = astack_;
198 stk[nstk++] = AddState(id0);
202 const AddState& a = stk[--nstk];
242 stk[nstk++] = AddState(i
[all...]
/external/openfst/src/include/fst/script/
H A Dcompile-impl.h82 fst_.AddState();
122 fst_.AddState();
/external/openfst/src/include/fst/extensions/pdt/
H A Dreplace.h95 StateId os = ofst->AddState();
H A Dshortest-path.h693 s_p = ofst_->AddState();
/external/openfst/src/test/
H A Dfst_test.h316 fst->AddState();
H A Dalgo_test.h615 V.SetStart(V.AddState());
616 Arc arc(1, 1, Weight::One(), V.AddState());
1161 one_fst_.AddState();
1165 univ_fst_.AddState();
1220 fst->AddState();

Completed in 2075 milliseconds

12