Home
last modified time | relevance | path

Searched defs:Comparator (Results 1 – 25 of 752) sorted by relevance

12345678910>>...31

/aosp_15_r20/external/llvm-libc/src/stdlib/
H A Dqsort_data.h25 struct Comparator { struct
34 Comparator(Compare *func) in Comparator() argument
37 Comparator(CompareWithState *func, void *arg_val) in Comparator() function
63 Comparator compare; argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/semver-1.0.22/src/
H A Deval.rs26 pub(crate) fn matches_comparator(cmp: &Comparator, ver: &Version) -> bool { in matches_comparator()
30 fn matches_impl(cmp: &Comparator, ver: &Version) -> bool { in matches_impl()
44 fn matches_exact(cmp: &Comparator, ver: &Version) -> bool { in matches_exact()
64 fn matches_greater(cmp: &Comparator, ver: &Version) -> bool { in matches_greater()
90 fn matches_less(cmp: &Comparator, ver: &Version) -> bool { in matches_less()
116 fn matches_tilde(cmp: &Comparator, ver: &Version) -> bool { in matches_tilde()
136 fn matches_caret(cmp: &Comparator, ver: &Version) -> bool { in matches_caret()
176 fn pre_is_compatible(cmp: &Comparator, ver: &Version) -> bool { in pre_is_compatible()
H A Dlib.rs196 pub struct Comparator { struct
197 pub op: Op,
198 pub major: u64,
199 pub minor: Option<u64>,
201 pub patch: Option<u64>,
203 pub pre: Prerelease,
536 impl Comparator { impl
H A Dparse.rs113 impl FromStr for Comparator { implementation
292 fn comparator(input: &str) -> Result<(Comparator, Position, &str), Error> { in comparator()
371 fn version_req(input: &str, out: &mut Vec<Comparator>, depth: usize) -> Result<usize, Error> { in version_req()
H A Dserde.rs24 impl Serialize for Comparator { implementation
85 impl<'de> Deserialize<'de> for Comparator { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/semver/src/
Deval.rs26 pub(crate) fn matches_comparator(cmp: &Comparator, ver: &Version) -> bool { in matches_comparator()
30 fn matches_impl(cmp: &Comparator, ver: &Version) -> bool { in matches_impl()
44 fn matches_exact(cmp: &Comparator, ver: &Version) -> bool { in matches_exact()
64 fn matches_greater(cmp: &Comparator, ver: &Version) -> bool { in matches_greater()
90 fn matches_less(cmp: &Comparator, ver: &Version) -> bool { in matches_less()
116 fn matches_tilde(cmp: &Comparator, ver: &Version) -> bool { in matches_tilde()
136 fn matches_caret(cmp: &Comparator, ver: &Version) -> bool { in matches_caret()
176 fn pre_is_compatible(cmp: &Comparator, ver: &Version) -> bool { in pre_is_compatible()
Dlib.rs196 pub struct Comparator { struct
197 pub op: Op,
198 pub major: u64,
199 pub minor: Option<u64>,
201 pub patch: Option<u64>,
203 pub pre: Prerelease,
536 impl Comparator { implementation
Dparse.rs113 impl FromStr for Comparator { implementation
292 fn comparator(input: &str) -> Result<(Comparator, Position, &str), Error> { in comparator()
371 fn version_req(input: &str, out: &mut Vec<Comparator>, depth: usize) -> Result<usize, Error> { in version_req()
Dserde.rs24 impl Serialize for Comparator { implementation
85 impl<'de> Deserialize<'de> for Comparator { implementation
/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DErrnoSetterMatcher.h32 template <typename T> struct Comparator { struct
33 CompareAction cmp;
34 T expected;
35 bool compare(T actual) { in compare()
63 Comparator<T> return_cmp; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/
H A Dsortable_helpers.h54 struct Comparator { struct
55 …NSTEXPR bool operator()(const TrivialSortableWithComp& a, const TrivialSortableWithComp& b) const { in operator()
70 struct Comparator { struct
71 …R bool operator()(const NonTrivialSortableWithComp& a, const NonTrivialSortableWithComp& b) const { in operator()
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrTriangulator.h521 struct GrTriangulator::Comparator { struct
523 Comparator(Direction direction) : fDirection(direction) {} in Comparator() argument
525 Direction fDirection;
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_file_reference.h34 struct Comparator { struct
46 return DexFileReference::Comparator()(a, b); argument
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_file_reference.h34 struct Comparator { struct
46 return DexFileReference::Comparator()(a, b); argument
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_reference.h34 struct Comparator { struct
46 return DexFileReference::Comparator()(a, b); argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_file_reference.h34 struct Comparator { struct
46 return DexFileReference::Comparator()(a, b); argument
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_file_reference.h34 struct Comparator { struct
46 return DexFileReference::Comparator()(a, b); argument
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_file_reference.h34 struct Comparator { struct
46 return DexFileReference::Comparator()(a, b); argument
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_file_reference.h34 struct Comparator { struct
46 return DexFileReference::Comparator()(a, b); argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_file_reference.h34 struct Comparator { struct
46 return DexFileReference::Comparator()(a, b); argument
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/jmespath/component/
H A DComparator.java21 public enum Comparator { enum
31 Comparator(String tokenSymbol) { in Comparator() method in Comparator
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dtask_runner.hpp144 struct Comparator struct
146 … bool operator()(const DelayedTask &aLhs, const DelayedTask &aRhs) const { return aRhs < aLhs; } in operator ()()
/aosp_15_r20/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp99 StringRef findEquivalent(const PathComparator& Comparator, in findEquivalent()
167 FileMatchTrie::FileMatchTrie(PathComparator *Comparator) in FileMatchTrie()
/aosp_15_r20/external/leveldb/db/
H A Dskiplist_test.cc23 struct Comparator { struct
24 int operator()(const Key& a, const Key& b) const { in operator ()()
/aosp_15_r20/external/leveldb/table/
H A Dmerger.h10 class Comparator; variable

12345678910>>...31