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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h60 SHORTEST_FIRST_QUEUE = 3, // Shortest-first queue enumerator in enum:fst::QueueType
198 : QueueBase<S>(SHORTEST_FIRST_QUEUE), heap_(comp) {}
566 case SHORTEST_FIRST_QUEUE:
675 type = SHORTEST_FIRST_QUEUE;

Completed in 12 milliseconds