Home
last modified time | relevance | path

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

12

/external/openfst/src/include/fst/
Drational.h127 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 …]
Dreverse.h54 StateId ostart = ofst->AddState(); in Reverse()
63 ofst->AddState(); in Reverse()
80 ofst->AddState(); in Reverse()
Dconcat.h78 StateId s1 = fst1->AddState(); in Concat()
144 StateId s2 = fst2->AddState(); in Concat()
158 fst2->SetStart(start1 == kNoStateId ? fst2->AddState() : start1 + numstates2); in Concat()
Dshortest-path.h191 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();
Dunion.h78 StateId s1 = fst1->AddState(); in Union()
100 StateId nstart1 = fst1->AddState(); in Union()
Dmutable-fst.h58 virtual StateId AddState() = 0; // Add a state, return its ID
278 virtual StateId AddState() { in AddState() function
280 return GetImpl()->AddState(); in AddState()
Dvector-fst.h67 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()
Dedit-fst.h185 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()
Dprune.h134 dead.push_back(fst->AddState()); in Prune()
261 copy[s] = ofst->AddState(); in Prune()
300 copy[arc.nextstate] = ofst->AddState(); in Prune()
Darc-map.h130 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()
Dcache.h116 using VectorFstBaseImpl<State>::AddState;
169 AddState(copied_state);
171 AddState(0);
522 AddState(0); in ExtendState()
530 AddState(0); in ExtendState()
Dclosure.h63 StateId nstart = fst->AddState(); in Closure()
Dreweight.h130 typename Arc::StateId state = fst->AddState(); in Reweight()
Dlabel-reachable.h452 StateId s = fst_->AddState(); in TransformFst()
457 StateId start = fst_->AddState(); in TransformFst()
Dvisit.h210 ofst_->AddState(); in InitState()
Dstring.h99 fst->AddState();
Drandgen.h656 StateId start = ofst_->AddState(); in OutputPath()
662 StateId dest = ofst_->AddState(); in OutputPath()
Dreplace-util.h271 depfst_.AddState(); in GetDependencies()
Dstate-map.h157 ofst->AddState(); in StateMap()
/external/regex-re2/re2/
Dnfa.cc66 struct AddState { struct in re2::NFA
71 AddState() in AddState() argument
73 explicit AddState(int id) in AddState() function
75 AddState(int id, const char* cap_j, int j) in AddState() argument
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/openfst/src/include/fst/script/
Dcompile-impl.h82 fst_.AddState();
122 fst_.AddState();
/external/openfst/src/test/
Dalgo_test.h615 V.SetStart(V.AddState()); in TestOptimize()
616 Arc arc(1, 1, Weight::One(), V.AddState()); in TestOptimize()
1161 one_fst_.AddState(); in AlgoTester()
1165 univ_fst_.AddState(); in AlgoTester()
1220 fst->AddState(); in RandFst()
Dfst_test.h316 fst->AddState(); in InitFst()
/external/openfst/src/include/fst/extensions/pdt/
Dreplace.h95 StateId os = ofst->AddState(); in Replace()
Dshortest-path.h693 s_p = ofst_->AddState(); in GetPath()

12