/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/ |
H A D | ranges_robust_against_copying_comparators.pass.cpp | 22 struct Less { struct 24 constexpr explicit Less(int *copies) : copies_(copies) {} in Less() argument 25 constexpr Less(const Less& rhs) : copies_(rhs.copies_) { *copies_ += 1; } in Less() argument 27 constexpr bool operator()(void*, void*) const { return false; } in operator ()()
|
H A D | robust_against_copying_comparators.pass.cpp | 19 struct Less { struct 21 TEST_CONSTEXPR explicit Less(int *copies) : copies_(copies) {} in Less() function 22 TEST_CONSTEXPR_CXX14 Less(const Less& rhs) : copies_(rhs.copies_) { *copies_ += 1; } in Less() function 24 TEST_CONSTEXPR bool operator()(T, T) const { return false; } in operator ()()
|
H A D | ranges_robust_against_copying_projections.pass.cpp | 32 struct Less { struct 33 constexpr bool operator()(void*, void*) const { return false; } in operator ()()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/sort/ |
D | sort.go | 33 Less(i, j int) bool methodSpec 81 Less func(i, j int) bool member 92 func (r reverse) Less(i, j int) bool { func 121 func (x IntSlice) Less(i, j int) bool { return x[i] < x[j] } func 139 func (x Float64Slice) Less(i, j int) bool { return x[i] < x[j] || (isNaN(x[i]) && !isNaN(x[j])) } func 154 func (x StringSlice) Less(i, j int) bool { return x[i] < x[j] } func
|
D | sort_test.go | 179 func (t *nonDeterministicTestingData) Less(i, j int) bool { func 406 func (d *testingData) Less(i, j int) bool { func 548 func (d *adversaryTestingData) Less(i, j int) bool { func 615 func (d intPairs) Less(i, j int) bool { return d[i].a < d[j].a } func
|
D | example_wrapper_test.go | 30 func (s ByName) Less(i, j int) bool { return s.Organs[i].Name < s.Organs[j].Name } func 36 func (s ByWeight) Less(i, j int) bool { return s.Organs[i].Weight < s.Organs[j].Weight } func
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | winrt_foundation_helpers.h | 127 struct Less { struct 128 bool operator()(const HSTRING& lhs, const HSTRING& rhs) const { in operator() 136 bool operator()(const Microsoft::WRL::ComPtr<T>& com_ptr, in operator() 142 constexpr bool operator()(const T& lhs, const T& rhs) const { in operator()
|
/aosp_15_r20/external/skia/include/gpu/vk/ |
H A D | VulkanExtensions.h | 44 struct Less { struct 45 bool operator()(const Info& a, const SkString& b) const { in operator() 48 bool operator()(const SkString& a, const VulkanExtensions::Info& b) const { in operator()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | cse.go | 334 func (sv sortvalues) Less(i, j int) bool { func 352 func (sv partitionByDom) Less(i, j int) bool { func 365 func (sv partitionByArgClass) Less(i, j int) bool { func
|
D | schedule.go | 49 func (h ValHeap) Less(i, j int) bool { func 575 func (s bySourcePos) Less(i, j int) bool { return s[i].Pos.Before(s[j].Pos) } func
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_client_stats.h | 50 struct Less { struct 51 bool operator()(const XdsLocalityName* lhs, in operator() 57 bool operator()(const RefCountedPtr<XdsLocalityName>& lhs, in operator()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/cover/ |
D | profile.go | 38 func (p byFileName) Less(i, j int) bool { return p[i].FileName < p[j].FileName } func 189 func (b blocksByStart) Less(i, j int) bool { func 259 func (b boundariesByPos) Less(i, j int) bool { func
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/ |
H A D | xds_client_stats.h | 51 struct Less { struct 52 bool operator()(const XdsLocalityName* lhs, in operator() 58 bool operator()(const RefCountedPtr<XdsLocalityName>& lhs, in operator()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
D | sort.go | 12 func (x MethodsByName) Less(i, j int) bool { return x[i].Sym.Less(x[j].Sym) } func 19 func (x EmbeddedsByName) Less(i, j int) bool { return x[i].Type.Sym().Less(x[j].Type.Sym()) } func
|
/aosp_15_r20/build/make/tools/compliance/ |
H A D | test_util.go | 167 func (l byEdge) Less(i, j int) bool { func 260 func (l byAnnotatedEdge) Less(i, j int) bool { func 363 func (l actionList) Less(i, j int) bool { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/ |
D | debug.go | 61 func (s serviceArray) Less(i, j int) bool { return s[i].Name < s[j].Name } func 65 func (m methodArray) Less(i, j int) bool { return m[i].Name < m[j].Name } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/dwarfgen/ |
D | scope.go | 108 func (v varsByScopeAndOffset) Less(i, j int) bool { func 129 func (v varsByScope) Less(i, j int) bool { func
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/ |
H A D | string_storage.cc | 64 struct Less { struct 65 bool operator()(StringPool::Id lhs, NullTermStringView rhs) const { in operator ()() 68 const StringPool* pool_;
|
/aosp_15_r20/external/licenseclassifier/v2/tools/identify_license/results/ |
H A D | results.go | 43 func (lt LicenseTypes) Less(i, j int) bool { func 82 func (jr JSONResult) Less(i, j int) bool { return jr[i].Filepath < jr[j].Filepath } func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | Thunk.h | 62 bool Less(const VirtualAdjustment &RHS) const { in Less() function 129 bool Less(const VirtualAdjustment &RHS) const { in Less() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/fix/ |
D | fix.go | 28 func (f byName) Less(i, j int) bool { return f[i].name < f[j].name } func 35 func (f byDate) Less(i, j int) bool { return f[i].date < f[j].date } func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | Thunk.h | 62 bool Less(const VirtualAdjustment &RHS) const { in Less() function 129 bool Less(const VirtualAdjustment &RHS) const { in Less() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | Thunk.h | 62 bool Less(const VirtualAdjustment &RHS) const { in Less() function 129 bool Less(const VirtualAdjustment &RHS) const { in Less() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | Thunk.h | 62 bool Less(const VirtualAdjustment &RHS) const { in Less() function 129 bool Less(const VirtualAdjustment &RHS) const { in Less() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/ |
D | huffman_code.go | 319 func (s byLiteral) Less(i, j int) bool { func 334 func (s byFreq) Less(i, j int) bool { func
|