Searched defs:SHORTEST_FIRST_QUEUE (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dqueue.h64 SHORTEST_FIRST_QUEUE = 3, // Shortest-first queue enumerator in enum:fst::QueueType
218 : QueueBase<S>(SHORTEST_FIRST_QUEUE), heap_(comp) {}
604 case SHORTEST_FIRST_QUEUE:
717 type = SHORTEST_FIRST_QUEUE;

Completed in 97 milliseconds