HomeSort by relevance Sort by last modified time
    Searched refs:LIFO_QUEUE (Results 1 - 9 of 9) 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/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;
  /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 596 milliseconds