HomeSort by relevance Sort by last modified time
    Searched refs:NaturalLess (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
string_compare.h 40 bool NaturalLess(const std::string& a, const std::string& b) const;
string_compare.cc 74 bool NaturalLess(const std::string& a, const std::string& b) const {
96 bool StringCompare::NaturalLess(const std::string& a,
98 return impl_->NaturalLess(a, b);
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
string_compare_test.cc 64 EXPECT_TRUE(compare_.NaturalLess(GetParam().left, GetParam().right));
66 EXPECT_FALSE(compare_.NaturalLess(GetParam().left, GetParam().right));
  /external/openfst/src/include/fst/
weight.h 131 class NaturalLess {
135 NaturalLess() {
137 FSTERROR() << "NaturalLess: Weight type is not idempotent: "
lexicographic-weight.h 125 NaturalLess<W1> less1;
126 NaturalLess<W2> less2;
queue.h 299 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<W>, C>
    [all...]
prune.h 85 NaturalLess<Weight> less_;
135 NaturalLess<Weight> less;
236 NaturalLess<Weight> less;
shortest-path.h 52 // One() and Zero() according to NaturalLess.
245 NaturalLess<Weight> less_;
316 NaturalLess<Weight> less;
  /external/chromium_org/third_party/libaddressinput/chromium/
string_compare.cc 63 bool StringCompare::NaturalLess(const std::string& a,
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
preload_supplier.cc 56 return kStringCompare.NaturalLess(a, b);
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 428 NaturalLess<Weight> less_;
507 NaturalLess<Weight> less_;
    [all...]

Completed in 1042 milliseconds