Searched refs:s_p (Results 1 – 2 of 2) sorted by relevance
186 StateId s_p = kNoStateId, d_p = kNoStateId; in SingleShortestPath() local190 d_p = s_p; in SingleShortestPath()191 s_p = ofst->AddState(); in SingleShortestPath()193 ofst->SetFinal(s_p, ifst.Final(f_parent)); in SingleShortestPath()196 ofst->AddArc(s_p, arc_parent[d]); in SingleShortestPath()199 ofst->SetStart(s_p); in SingleShortestPath()
687 StateId s_p = kNoStateId, d_p = kNoStateId; in GetPath() local692 d_p = s_p; in GetPath()693 s_p = ofst_->AddState(); in GetPath()695 ofst_->SetFinal(s_p, ifst_->Final(f_parent_.state)); in GetPath()708 ofst_->AddArc(s_p, arc); in GetPath()722 ofst_->SetStart(s_p); in GetPath()