Searched refs:FIFO_QUEUE (Results 1 - 10 of 10) sorted by path

/external/openfst/src/bin/
H A Dfstrmepsilon.cc66 qt = fst::FIFO_QUEUE;
H A Dfstshortestdistance.cc63 qt = fst::FIFO_QUEUE;
H A Dfstshortestpath.cc69 qt = fst::FIFO_QUEUE;
/external/openfst/src/extensions/pdt/
H A Dpdtshortestpath.cc66 qt = fst::FIFO_QUEUE;
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdtscript.h192 PdtShortestPathOptions(QueueType qt = FIFO_QUEUE, argument
222 case FIFO_QUEUE: {
/external/openfst/src/include/fst/
H A Dqueue.h62 FIFO_QUEUE = 1, // First-in, first-out queue enumerator in enum:fst::QueueType
152 FifoQueue() : QueueBase<S>(FIFO_QUEUE) {}
614 case FIFO_QUEUE:
713 type = FIFO_QUEUE;
/external/openfst/src/include/fst/script/
H A Drmepsilon.h83 case FIFO_QUEUE: {
H A Dshortest-distance.h177 case FIFO_QUEUE:
H A Dshortest-path.h82 case FIFO_QUEUE: {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h58 FIFO_QUEUE = 1, // First-in, first-out queue enumerator in enum:fst::QueueType
139 FifoQueue() : QueueBase<S>(FIFO_QUEUE) {}
577 case FIFO_QUEUE:
671 type = FIFO_QUEUE;

Completed in 2332 milliseconds