Home | History | Annotate | Download | only in pdt

Lines Matching refs:sources_

475   vector<StateId> sources_;        // PDT source state for each expanded state
600 return s < sources_.size() ? sources_[s] : kNoStateId;
606 while (sources_.size() <= s) sources_.push_back(kNoStateId);
607 sources_[s] = p;