Searched defs:LifoQueue (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h159 class LifoQueue : public QueueBase<S>, public deque<S> { class in namespace:fst
169 LifoQueue() : QueueBase<S>(LIFO_QUEUE) {} function in class:fst::LifoQueue
520 queue_ = new LifoQueue<StateId>();
542 queue_ = new LifoQueue<StateId>();
573 queues_[i] = new LifoQueue<StateId>();
/external/openfst/src/include/fst/
H A Dqueue.h175 class LifoQueue : public QueueBase<S>, public deque<S> { class in namespace:fst
185 LifoQueue() : QueueBase<S>(LIFO_QUEUE) {} function in class:fst::LifoQueue
558 queue_ = new LifoQueue<StateId>();
580 queue_ = new LifoQueue<StateId>();
610 queues_[i] = new LifoQueue<StateId>();

Completed in 165 milliseconds