Searched refs:NaturalLess (Results 1 - 15 of 15) 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_;
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dstring_compare.cc74 bool NaturalLess(const std::string& a, const std::string& b) const { function in class:i18n::addressinput::StringCompare::Impl
96 bool StringCompare::NaturalLess(const std::string& a, function in class:i18n::addressinput::StringCompare
98 return impl_->NaturalLess(a, b);
H A Dstring_compare.h40 bool NaturalLess(const std::string& a, const std::string& b) const;
/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
H A Dstring_compare_test.cc64 EXPECT_TRUE(compare_.NaturalLess(GetParam().left, GetParam().right));
66 EXPECT_FALSE(compare_.NaturalLess(GetParam().left, GetParam().right));
/external/openfst/src/include/fst/
H A Dweight.h131 class NaturalLess { class in namespace:fst
135 NaturalLess() { function in class:fst::NaturalLess
137 FSTERROR() << "NaturalLess: Weight type is not idempotent: "
H A Dqueue.h299 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
301 typedef StateWeightCompare<S, NaturalLess<W> > C;
307 NaturalLess<W> less_;
546 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare;
567 NaturalLess<Weight> *less = 0;
570 less = new NaturalLess<Weight>;
774 public ShortestFirstQueue<S, AStarWeightCompare<S, NaturalLess<W>, E> > {
776 typedef AStarWeightCompare<S, NaturalLess<W>, E> C;
782 NaturalLess<W> less_;
873 public PruneQueue<Q, NaturalLess<
[all...]
H A Dlexicographic-weight.h125 NaturalLess<W1> less1;
126 NaturalLess<W2> less2;
H A Dprune.h85 NaturalLess<Weight> less_;
135 NaturalLess<Weight> less;
236 NaturalLess<Weight> less;
H A Dshortest-path.h52 // One() and Zero() according to NaturalLess.
245 NaturalLess<Weight> less_;
316 NaturalLess<Weight> less;
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dstring_compare.cc63 bool StringCompare::NaturalLess(const std::string& a, function in class:i18n::addressinput::StringCompare
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dpreload_supplier.cc56 return kStringCompare.NaturalLess(a, b);
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h428 NaturalLess<Weight> less_;
507 NaturalLess<Weight> less_;

Completed in 2872 milliseconds