Searched refs:QueueType (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.h | 73 std::greater<QueueItem> > QueueType; typedef 132 bool NewLine, unsigned *Count, QueueType *Queue);
|
D | UnwrappedLineFormatter.cpp | 563 QueueType Queue; in analyzeSolutionSpace() 655 QueueType *Queue) { in addNextStateToQueue()
|
/external/openfst/src/include/fst/ |
D | queue.h | 60 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/ |
D | pdtshortestpath.cc | 63 fst::QueueType qt; in main()
|
/external/openfst/src/bin/ |
D | fstshortestdistance.cc | 58 fst::QueueType qt; in main()
|
D | fstrmepsilon.cc | 61 fst::QueueType qt; in main()
|
D | fstshortestpath.cc | 64 fst::QueueType qt; in main()
|
/external/openfst/src/include/fst/script/ |
D | shortest-distance.h | 39 const QueueType queue_type; 45 ShortestDistanceOptions(QueueType qt, ArcFilterType aft, int64 s, in ShortestDistanceOptions()
|
D | rmepsilon.h | 49 RmEpsilonOptions(QueueType qt = AUTO_QUEUE, float d = kDelta, bool c = true,
|
D | shortest-path.h | 41 ShortestPathOptions(QueueType qt, size_t n = 1,
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | pdtscript.h | 188 QueueType queue_type; 192 PdtShortestPathOptions(QueueType qt = FIFO_QUEUE,
|