Home | History | Annotate | Download | only in script

Lines Matching refs:opts

41   const RandGenOptions<RandArcSelection> &opts = args->arg4;
43 if (opts.arc_selector == UNIFORM_ARC_SELECTOR) {
46 ropts(arc_selector, opts.max_length,
47 opts.npath, opts.weighted);
49 } else if (opts.arc_selector == FAST_LOG_PROB_ARC_SELECTOR) {
52 ropts(arc_selector, opts.max_length,
53 opts.npath, opts.weighted);
58 ropts(arc_selector, opts.max_length,
59 opts.npath, opts.weighted);
67 const RandGenOptions<RandArcSelection> &opts =