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

  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 98 static bool AfterFile(const Comparator* ucmp,
102 ucmp->Compare(*user_key, f->largest.user_key()) > 0);
105 static bool BeforeFile(const Comparator* ucmp,
109 ucmp->Compare(*user_key, f->smallest.user_key()) < 0);
118 const Comparator* ucmp = icmp.user_comparator(); local
123 if (AfterFile(ucmp, smallest_user_key, f) ||
124 BeforeFile(ucmp, largest_user_key, f)) {
146 return !BeforeFile(ucmp, largest_user_key, files[index]);
254 const Comparator* ucmp; member in struct:leveldb::__anon16100::Saver
265 if (s->ucmp->Compare(parsed_key.user_key, s->user_key) == 0)
282 const Comparator* ucmp = vset_->icmp_.user_comparator(); local
329 const Comparator* ucmp = vset_->icmp_.user_comparator(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 170 int ucmp (double_int b) const;

Completed in 157 milliseconds