Home | History | Annotate | Download | only in lib

Lines Matching full:vector

39   vector<Weight> *idistance;
42 vector<Weight> *fdistance;
44 PruneOptions(const Weight& t, ArcFilter f, vector<Weight> *id = 0,
45 vector<Weight> *fd = 0)
70 vector<Weight> *idistance = opts.idistance;
71 vector<Weight> *fdistance = opts.fdistance;
74 idistance = new vector<Weight>(ns, Weight::Zero());
81 fdistance = new vector<Weight>(ns, Weight::Zero());
87 vector<StateId> dead;
158 vector<Weight> *idistance = opts.idistance;
159 vector<Weight> *fdistance = opts.fdistance;
162 idistance = new vector<Weight>;
167 fdistance = new vector<Weight>;
171 vector<StateId> copy;