HomeSort by relevance Sort by last modified time
    Searched defs:FIFO_QUEUE (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 58 FIFO_QUEUE = 1, // First-in, first-out queue
139 FifoQueue() : QueueBase<S>(FIFO_QUEUE) {}
577 case FIFO_QUEUE:
671 type = FIFO_QUEUE;
  /external/openfst/src/include/fst/
queue.h 62 FIFO_QUEUE = 1, // First-in, first-out queue
152 FifoQueue() : QueueBase<S>(FIFO_QUEUE) {}
614 case FIFO_QUEUE:
713 type = FIFO_QUEUE;

Completed in 714 milliseconds