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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 59 LIFO_QUEUE = 2, // Last-in, first-out queue
169 LifoQueue() : QueueBase<S>(LIFO_QUEUE) {}
572 case LIFO_QUEUE:
672 else if ((type == TRIVIAL_QUEUE) || (type == LIFO_QUEUE))
677 type = LIFO_QUEUE;
  /external/openfst/src/include/fst/
queue.h 63 LIFO_QUEUE = 2, // Last-in, first-out queue
185 LifoQueue() : QueueBase<S>(LIFO_QUEUE) {}
609 case LIFO_QUEUE:
714 else if ((type == TRIVIAL_QUEUE) || (type == LIFO_QUEUE)) {
719 type = LIFO_QUEUE;

Completed in 53 milliseconds