Searched refs:NaturalLess (Results 1 - 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h121 class NaturalLess { class in namespace:fst
125 NaturalLess() { function in class:fst::NaturalLess
128 LOG(ERROR) << "NaturalLess: Weight type is not idempotent and "
H A Dprune.h89 NaturalLess<Weight> less;
172 NaturalLess<Weight> less;
H A Dqueue.h267 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
269 typedef StateWeightCompare<S, NaturalLess<W> > C;
275 NaturalLess<W> less_;
508 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare;
529 NaturalLess<Weight> *less = 0;
532 less = new NaturalLess<Weight>;
H A Dshortest-path.h200 NaturalLess<Weight> less_;

Completed in 49 milliseconds