less 207 base/stl_util.h std::less<typename Container::value_type>()) less 15 chrome/browser/safe_browsing/safe_browsing_store.cc bool sorted(CTI beg, CTI end, LESS less) { less 18 chrome/browser/safe_browsing/safe_browsing_store.cc if (less(*beg, *n)) less 316 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool sorted(CTI beg, CTI end, LESS less) { less 319 chrome/browser/safe_browsing/safe_browsing_store_file.cc DCHECK(!less(*beg, *n)); less 320 chrome/browser/safe_browsing/safe_browsing_store_file.cc if (less(*beg, *n)) less 331 chrome/browser/safe_browsing/safe_browsing_store_file.cc void container_merge(CT* container, CTI beg, CTI end, const COMP& less) { less 332 chrome/browser/safe_browsing/safe_browsing_store_file.cc DCHECK(sorted(container->begin(), container->end(), less)); less 333 chrome/browser/safe_browsing/safe_browsing_store_file.cc DCHECK(sorted(beg, end, less)); less 346 chrome/browser/safe_browsing/safe_browsing_store_file.cc if (less(*(c_end - 1), *(end - 1))) { less 364 chrome/browser/safe_browsing/safe_browsing_store_file.cc DCHECK(sorted(container->begin(), container->end(), less)); less 446 chrome/browser/thumbnails/content_analysis.cc std::less<float>()); less 459 chrome/browser/thumbnails/content_analysis.cc std::less<float>()); less 67 components/signin/core/browser/account_reconcilor.h class EmailLessFunc : public std::less<std::string> { less 200 components/signin/core/browser/signin_error_controller_unittest.cc std::less<SigninErrorController::AuthStatusProvider*> compare; less 31 content/browser/storage_partition_impl_map_unittest.cc StoragePartitionImplMap::StoragePartitionConfigLess less; less 34 content/browser/storage_partition_impl_map_unittest.cc EXPECT_TRUE(less(c1, c3)); less 35 content/browser/storage_partition_impl_map_unittest.cc EXPECT_TRUE(less(c1, c4)); less 36 content/browser/storage_partition_impl_map_unittest.cc EXPECT_TRUE(less(c3, c4)); less 37 content/browser/storage_partition_impl_map_unittest.cc EXPECT_TRUE(less(c4, c5)); less 38 content/browser/storage_partition_impl_map_unittest.cc EXPECT_TRUE(less(c4, c8)); less 39 content/browser/storage_partition_impl_map_unittest.cc EXPECT_TRUE(less(c6, c4)); less 40 content/browser/storage_partition_impl_map_unittest.cc EXPECT_TRUE(less(c6, c7)); less 41 content/browser/storage_partition_impl_map_unittest.cc EXPECT_TRUE(less(c8, c9)); less 44 content/browser/storage_partition_impl_map_unittest.cc EXPECT_FALSE(less(c3, c1)); less 45 content/browser/storage_partition_impl_map_unittest.cc EXPECT_FALSE(less(c4, c1)); less 46 content/browser/storage_partition_impl_map_unittest.cc EXPECT_FALSE(less(c4, c3)); less 47 content/browser/storage_partition_impl_map_unittest.cc EXPECT_FALSE(less(c5, c4)); less 48 content/browser/storage_partition_impl_map_unittest.cc EXPECT_FALSE(less(c8, c4)); less 49 content/browser/storage_partition_impl_map_unittest.cc EXPECT_FALSE(less(c4, c6)); less 50 content/browser/storage_partition_impl_map_unittest.cc EXPECT_FALSE(less(c7, c6)); less 51 content/browser/storage_partition_impl_map_unittest.cc EXPECT_FALSE(less(c9, c8)); less 54 content/browser/storage_partition_impl_map_unittest.cc EXPECT_FALSE(less(c1, c1)); less 57 content/browser/storage_partition_impl_map_unittest.cc EXPECT_TRUE(less(c1, c4)); less 60 content/browser/storage_partition_impl_map_unittest.cc EXPECT_TRUE(!less(c1, c2) && !less(c2, c1)); less 25 net/base/expiring_cache_unittest.cc std::less<base::TimeTicks> > Cache; less 73 net/dns/host_cache.h std::less<base::TimeTicks>, less 536 sandbox/linux/seccomp-bpf/codegen.cc BasicBlock::Less<TargetsToBlocks> less(*blocks, PointerCompare); less 538 sandbox/linux/seccomp-bpf/codegen.cc Set seen_basic_blocks(less); less 79 sync/internal_api/public/base/node_ordinal_unittest.cc template <typename T, typename LessThan = std::less<T> > less 562 sync/internal_api/public/base/unique_position_unittest.cc template <typename T, typename LessThan = std::less<T> > less 157 third_party/re2/util/sparse_array.h static bool less(const IndexValue& a, const IndexValue& b); less 447 third_party/re2/util/sparse_array.h template<typename Value> bool SparseArray<Value>::less(const IndexValue& a, less 166 third_party/re2/util/sparse_set.h static bool less(int a, int b) { return a < b; } less 106 third_party/tcmalloc/chromium/src/heap-checker.cc using std::less; less 370 third_party/tcmalloc/chromium/src/heap-checker.cc typedef map<uintptr_t, size_t, less<uintptr_t>, less 397 third_party/tcmalloc/chromium/src/heap-checker.cc typedef map<HCL_string, LiveObjectsStack, less<HCL_string>, less 411 third_party/tcmalloc/chromium/src/heap-checker.cc typedef map<uintptr_t, HeapLeakChecker::RangeValue, less<uintptr_t>, less 423 third_party/tcmalloc/chromium/src/heap-checker.cc typedef set<uintptr_t, less<uintptr_t>, less 432 third_party/tcmalloc/chromium/src/heap-checker.cc typedef map<uintptr_t, uintptr_t, less<uintptr_t>, less 106 third_party/tcmalloc/vendor/src/heap-checker.cc using std::less; less 370 third_party/tcmalloc/vendor/src/heap-checker.cc typedef map<uintptr_t, size_t, less<uintptr_t>, less 397 third_party/tcmalloc/vendor/src/heap-checker.cc typedef map<HCL_string, LiveObjectsStack, less<HCL_string>, less 411 third_party/tcmalloc/vendor/src/heap-checker.cc typedef map<uintptr_t, HeapLeakChecker::RangeValue, less<uintptr_t>, less 423 third_party/tcmalloc/vendor/src/heap-checker.cc typedef set<uintptr_t, less<uintptr_t>, less 432 third_party/tcmalloc/vendor/src/heap-checker.cc typedef map<uintptr_t, uintptr_t, less<uintptr_t>, less 137 tools/memory_watcher/call_stack.h typedef std::map<int32, PrivateAllocatorString, std::less<int32>, less 33 tools/memory_watcher/memory_watcher.h typedef std::map<int32, AllocationStack*, std::less<int32>, less 35 tools/memory_watcher/memory_watcher.h typedef std::map<int32, StackTrack, std::less<int32>,