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

/external/openfst/src/bin/
H A Dfstrmepsilon.cc70 qt = fst::SHORTEST_FIRST_QUEUE;
H A Dfstshortestdistance.cc67 qt = fst::SHORTEST_FIRST_QUEUE;
H A Dfstshortestpath.cc73 qt = fst::SHORTEST_FIRST_QUEUE;
/external/openfst/src/include/fst/
H A Dqueue.h63 SHORTEST_FIRST_QUEUE = 3, // Shortest-first queue enumerator in enum:fst::QueueType
217 : QueueBase<S>(SHORTEST_FIRST_QUEUE), heap_(comp) {}
603 case SHORTEST_FIRST_QUEUE:
716 type = SHORTEST_FIRST_QUEUE;
/external/openfst/src/include/fst/script/
H A Drmepsilon.h99 case SHORTEST_FIRST_QUEUE: {
H A Dshortest-path.h106 case SHORTEST_FIRST_QUEUE: {
H A Dshortest-distance.h185 case SHORTEST_FIRST_QUEUE:
/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 640 milliseconds