Home | History | Annotate | Download | only in lib

Lines Matching refs:order

189 // used to compare two StateIds. If a (single) state's order changes,
264 // specialized to use the weight's natural order for the comparion function.
279 // Topological-order queue discipline, templated on the StateId.
286 // This constructor computes the top. order. It accepts an arc filter
302 // This constructor is passed the top. order, useful when we know it
304 TopOrderQueue(const vector<StateId> &order)
306 order_(order), state_(order.size(), kNoStateId) {}
348 // State order queue discipline, templated on the StateId.
398 // SCC topological-order meta-queue discipline, templated on the StateId S
400 // of an FST in topological order. Its constructor is passed the queues to
503 // shortest-first queue using the natural order w.r.t to the distance.
515 VLOG(2) << "AutoQueue: using state-order discipline";
518 VLOG(2) << "AutoQueue: using top-order discipline";
549 // the topological order.
552 VLOG(2) << "AutoQueue: using top-order discipline";