Home | History | Annotate | Download | only in lib

Lines Matching full:nopts

129     RandGenOptions<ArcSelector> nopts(opts);
130 nopts.source = ifst.Start();
131 nopts.dest = ofst->Start();
132 for (; nopts.npath > 0; --nopts.npath)
133 RandGen(ifst, ofst, nopts);
149 RandGenOptions<ArcSelector> nopts(opts);
150 nopts.source = iarc.nextstate;
151 nopts.dest = oarc.nextstate;
152 --nopts.max_length;
153 RandGen(ifst, ofst, nopts);