Lines Matching refs:opts

60   const ShortestPathOptions &opts = args->arg4;  in ShortestPath()  local
67 *(opts.weight_threshold.GetWeight<Weight>()); in ShortestPath()
69 switch (opts.queue_type) { in ShortestPath()
75 queue, ArcFilter(), opts.nshortest, opts.unique, in ShortestPath()
76 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
77 weight_threshold, opts.state_threshold); in ShortestPath()
87 queue, ArcFilter(), opts.nshortest, opts.unique, in ShortestPath()
88 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
89 weight_threshold, opts.state_threshold); in ShortestPath()
99 queue, ArcFilter(), opts.nshortest, opts.unique, in ShortestPath()
100 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
101 weight_threshold, opts.state_threshold); in ShortestPath()
111 queue, ArcFilter(), opts.nshortest, opts.unique, in ShortestPath()
112 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
113 weight_threshold, opts.state_threshold); in ShortestPath()
123 queue, ArcFilter(), opts.nshortest, opts.unique, in ShortestPath()
124 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
125 weight_threshold, opts.state_threshold); in ShortestPath()
135 queue, ArcFilter(), opts.nshortest, opts.unique, in ShortestPath()
136 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
137 weight_threshold, opts.state_threshold); in ShortestPath()
143 FSTERROR() << "Unknown queue type: " << opts.queue_type; in ShortestPath()
174 const ShortestPathOptions &opts);