Home
last modified time | relevance | path

Searched refs:ShortestFirstQueue (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
Dqueue.h212 class ShortestFirstQueue : public QueueBase<S> {
217 ShortestFirstQueue(C comp) in ShortestFirstQueue() function
299 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
304 ShortestFirstQueue<S, C>(C(distance, less_)) {} in NaturalShortestFirstQueue()
605 queues_[i] = new ShortestFirstQueue<StateId, Compare, false>(*comp); in AutoQueue()
774 public ShortestFirstQueue<S, AStarWeightCompare<S, NaturalLess<W>, E> > {
779 ShortestFirstQueue<S, C>(C(distance, less_, estimate)) {} in NaturalAStarQueue()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dqueue.h192 class ShortestFirstQueue : public QueueBase<S> {
197 ShortestFirstQueue(C comp) in ShortestFirstQueue() function
267 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
272 ShortestFirstQueue<S, C>(C(distance, less_)) {} in NaturalShortestFirstQueue()
568 queues_[i] = new ShortestFirstQueue<StateId, Compare>(*comp); in AutoQueue()
/external/openfst/src/include/fst/extensions/pdt/
Dexpand.h432 : public ShortestFirstQueue<StateId, StackCompare> {
439 : ShortestFirstQueue<StateId, StackCompare>( in ShortestStackFirstQueue()