Searched refs:TRIVIAL_QUEUE (Results 1 - 2 of 2) sorted by last modified time

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h57 TRIVIAL_QUEUE = 0, // Single state queue enumerator in enum:fst::QueueType
106 TrivialQueue() : QueueBase<S>(TRIVIAL_QUEUE), front_(kNoStateId) {}
561 case TRIVIAL_QUEUE:
659 (*queue_type)[i] = TRIVIAL_QUEUE;
672 else if ((type == TRIVIAL_QUEUE) || (type == LIFO_QUEUE)) {
679 if (type != TRIVIAL_QUEUE) *all_trivial = false;
/external/openfst/src/include/fst/
H A Dqueue.h61 TRIVIAL_QUEUE = 0, // Single state queue enumerator in enum:fst::QueueType
116 TrivialQueue() : QueueBase<S>(TRIVIAL_QUEUE), front_(kNoStateId) {}
599 case TRIVIAL_QUEUE:
701 (*queue_type)[i] = TRIVIAL_QUEUE;
714 else if ((type == TRIVIAL_QUEUE) || (type == LIFO_QUEUE)) {
721 if (type != TRIVIAL_QUEUE) *all_trivial = false;

Completed in 329 milliseconds