Searched refs:LIFO_QUEUE (Results 1 - 10 of 10) sorted by relevance

/external/openfst/src/extensions/pdt/
H A Dpdtshortestpath.cc68 qt = fst::LIFO_QUEUE;
/external/openfst/src/bin/
H A Dfstrmepsilon.cc68 qt = fst::LIFO_QUEUE;
H A Dfstshortestdistance.cc65 qt = fst::LIFO_QUEUE;
H A Dfstshortestpath.cc71 qt = fst::LIFO_QUEUE;
/external/openfst/src/include/fst/
H A Dqueue.h63 LIFO_QUEUE = 2, // Last-in, first-out queue enumerator in enum:fst::QueueType
185 LifoQueue() : QueueBase<S>(LIFO_QUEUE) {}
609 case LIFO_QUEUE:
714 else if ((type == TRIVIAL_QUEUE) || (type == LIFO_QUEUE)) {
719 type = LIFO_QUEUE;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h59 LIFO_QUEUE = 2, // Last-in, first-out queue enumerator in enum:fst::QueueType
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/script/
H A Drmepsilon.h91 case LIFO_QUEUE: {
H A Dshortest-path.h94 case LIFO_QUEUE: {
H A Dshortest-distance.h181 case LIFO_QUEUE:
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdtscript.h229 case LIFO_QUEUE: {

Completed in 961 milliseconds