Home
last modified time | relevance | path

Searched refs:QueueType (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineFormatter.h73 std::greater<QueueItem> > QueueType; typedef
132 bool NewLine, unsigned *Count, QueueType *Queue);
DUnwrappedLineFormatter.cpp563 QueueType Queue; in analyzeSolutionSpace()
655 QueueType *Queue) { in addNextStateToQueue()
/external/openfst/src/include/fst/
Dqueue.h60 enum QueueType { enum
80 QueueBase(QueueType type) : queue_type_(type), error_(false) {} in QueueBase()
88 QueueType Type() { return queue_type_; } in Type()
103 QueueType queue_type_;
566 vector<QueueType> queue_types(nscc); in AutoQueue()
655 vector<QueueType> *queue_types,
690 vector<QueueType> *queue_type, in SccQueueType()
711 QueueType &type = (*queue_type)[scc[state]]; in SccQueueType()
/external/openfst/src/extensions/pdt/
Dpdtshortestpath.cc63 fst::QueueType qt; in main()
/external/openfst/src/bin/
Dfstshortestdistance.cc58 fst::QueueType qt; in main()
Dfstrmepsilon.cc61 fst::QueueType qt; in main()
Dfstshortestpath.cc64 fst::QueueType qt; in main()
/external/openfst/src/include/fst/script/
Dshortest-distance.h39 const QueueType queue_type;
45 ShortestDistanceOptions(QueueType qt, ArcFilterType aft, int64 s, in ShortestDistanceOptions()
Drmepsilon.h49 RmEpsilonOptions(QueueType qt = AUTO_QUEUE, float d = kDelta, bool c = true,
Dshortest-path.h41 ShortestPathOptions(QueueType qt, size_t n = 1,
/external/openfst/src/include/fst/extensions/pdt/
Dpdtscript.h188 QueueType queue_type;
192 PdtShortestPathOptions(QueueType qt = FIFO_QUEUE,