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

/external/openfst/src/include/fst/extensions/pdt/
H A Dpdtscript.h192 PdtShortestPathOptions(QueueType qt = FIFO_QUEUE, argument
222 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;
/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;

Completed in 195 milliseconds