HomeSort by relevance Sort by last modified time
    Searched defs:ShortestFirstQueue (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 192 class ShortestFirstQueue : public QueueBase<S> {
197 ShortestFirstQueue(C comp)
267 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
272 ShortestFirstQueue<S, C>(C(distance, less_)) {}
568 queues_[i] = new ShortestFirstQueue<StateId, Compare>(*comp);
  /external/openfst/src/include/fst/
queue.h 211 class ShortestFirstQueue : public QueueBase<S> {
216 ShortestFirstQueue(C comp)
298 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
303 ShortestFirstQueue<S, C>(C(distance, less_)) {}
604 queues_[i] = new ShortestFirstQueue<StateId, Compare, false>(*comp);
773 public ShortestFirstQueue<S, AStarWeightCompare<S, NaturalLess<W>, E> > {
778 ShortestFirstQueue<S, C>(C(distance, less_, estimate)) {}

Completed in 2354 milliseconds