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

  /external/openfst/src/extensions/pdt/
pdtshortestpath.cc 68 qt = fst::LIFO_QUEUE;
  /external/openfst/src/bin/
fstrmepsilon.cc 68 qt = fst::LIFO_QUEUE;
fstshortestdistance.cc 65 qt = fst::LIFO_QUEUE;
fstshortestpath.cc 71 qt = fst::LIFO_QUEUE;
  /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 62 LIFO_QUEUE = 2, // Last-in, first-out queue
184 LifoQueue() : QueueBase<S>(LIFO_QUEUE) {}
608 case LIFO_QUEUE:
713 else if ((type == TRIVIAL_QUEUE) || (type == LIFO_QUEUE)) {
718 type = LIFO_QUEUE;
  /external/openfst/src/include/fst/script/
rmepsilon.h 91 case LIFO_QUEUE: {
shortest-distance.h 181 case LIFO_QUEUE:
shortest-path.h 94 case LIFO_QUEUE: {
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 229 case LIFO_QUEUE: {

Completed in 102 milliseconds