Searched refs:StateWeightCompare (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dqueue.h276 class StateWeightCompare { class in namespace:fst
282 StateWeightCompare(const vector<Weight>& weights, const L &less) function in class:fst::StateWeightCompare
299 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
301 typedef StateWeightCompare<S, NaturalLess<W> > C;
546 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h244 class StateWeightCompare { class in namespace:fst
250 StateWeightCompare(const vector<Weight>* weights, const L &less) function in class:fst::StateWeightCompare
267 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
269 typedef StateWeightCompare<S, NaturalLess<W> > C;
508 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare;

Completed in 244 milliseconds