Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dqueue.h59 LIFO_QUEUE = 2, // Last-in, first-out queue enumerator
169 LifoQueue() : QueueBase<S>(LIFO_QUEUE) {} in LifoQueue()
572 case LIFO_QUEUE: in AutoQueue()
672 else if ((type == TRIVIAL_QUEUE) || (type == LIFO_QUEUE)) { in SccQueueType()
677 type = LIFO_QUEUE; in SccQueueType()
/external/openfst/src/extensions/pdt/
Dpdtshortestpath.cc68 qt = fst::LIFO_QUEUE; in main()
/external/openfst/src/bin/
Dfstshortestdistance.cc65 qt = fst::LIFO_QUEUE; in main()
Dfstrmepsilon.cc68 qt = fst::LIFO_QUEUE; in main()
Dfstshortestpath.cc71 qt = fst::LIFO_QUEUE; in main()
/external/openfst/src/include/fst/
Dqueue.h63 LIFO_QUEUE = 2, // Last-in, first-out queue enumerator
185 LifoQueue() : QueueBase<S>(LIFO_QUEUE) {} in LifoQueue()
609 case LIFO_QUEUE: in AutoQueue()
714 else if ((type == TRIVIAL_QUEUE) || (type == LIFO_QUEUE)) { in SccQueueType()
719 type = LIFO_QUEUE; in SccQueueType()
/external/openfst/src/include/fst/script/
Drmepsilon.h91 case LIFO_QUEUE: { in RmEpsilonHelper()
Dshortest-path.h94 case LIFO_QUEUE: { in ShortestPath()
Dshortest-distance.h181 case LIFO_QUEUE:
/external/openfst/src/include/fst/extensions/pdt/
Dpdtscript.h229 case LIFO_QUEUE: { in PdtShortestPath()