Home
last modified time | relevance | path

Searched refs:FIFO_QUEUE (Results 1 – 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dqueue.h58 FIFO_QUEUE = 1, // First-in, first-out queue enumerator
139 FifoQueue() : QueueBase<S>(FIFO_QUEUE) {} in FifoQueue()
577 case FIFO_QUEUE: in AutoQueue()
671 type = FIFO_QUEUE; in SccQueueType()