Searched refs:TOP_ORDER_QUEUE (Results 1 - 8 of 8) sorted by relevance

/external/openfst/src/bin/
H A Dfstrmepsilon.cc74 qt = fst::TOP_ORDER_QUEUE;
H A Dfstshortestdistance.cc71 qt = fst::TOP_ORDER_QUEUE;
H A Dfstshortestpath.cc77 qt = fst::TOP_ORDER_QUEUE;
/external/openfst/src/include/fst/script/
H A Drmepsilon.h116 case TOP_ORDER_QUEUE: {
H A Dshortest-path.h130 case TOP_ORDER_QUEUE: {
H A Dshortest-distance.h194 case TOP_ORDER_QUEUE:
/external/openfst/src/include/fst/
H A Dqueue.h65 TOP_ORDER_QUEUE = 4, // Topologically-ordered queue enumerator in enum:fst::QueueType
322 : QueueBase<S>(TOP_ORDER_QUEUE), front_(0), back_(kNoStateId),
337 : QueueBase<S>(TOP_ORDER_QUEUE), front_(0), back_(kNoStateId),
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h61 TOP_ORDER_QUEUE = 4, // Topologically-ordered queue enumerator in enum:fst::QueueType
292 : QueueBase<S>(TOP_ORDER_QUEUE), front_(0), back_(kNoStateId),
305 : QueueBase<S>(TOP_ORDER_QUEUE), front_(0), back_(kNoStateId),

Completed in 105 milliseconds