/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()
|
D | closure.h | 63 StateId nstart = fst->AddState(); in Closure()
|
D | reweight.h | 130 typename Arc::StateId state = fst->AddState(); in Reweight()
|
D | label-reachable.h | 452 StateId s = fst_->AddState(); in TransformFst() 457 StateId start = fst_->AddState(); in TransformFst()
|
D | visit.h | 210 ofst_->AddState(); in InitState()
|
D | string.h | 99 fst->AddState();
|
D | randgen.h | 656 StateId start = ofst_->AddState(); in OutputPath() 662 StateId dest = ofst_->AddState(); in OutputPath()
|
D | replace-util.h | 271 depfst_.AddState(); in GetDependencies()
|
D | state-map.h | 157 ofst->AddState(); in StateMap()
|
/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() 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/ |
D | compile-impl.h | 82 fst_.AddState(); 122 fst_.AddState();
|
/external/openfst/src/test/ |
D | algo_test.h | 615 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()
|
D | fst_test.h | 316 fst->AddState(); in InitFst()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | replace.h | 95 StateId os = ofst->AddState(); in Replace()
|
D | shortest-path.h | 693 s_p = ofst_->AddState(); in GetPath()
|