Searched defs:TOP_ORDER_QUEUE (Results 1 - 2 of 2) sorted by relevance

/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),
/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),

Completed in 1139 milliseconds