Home
last modified time | relevance | path

Searched defs:partial_cmp (Results 1 – 25 of 228) sorted by relevance

12345678910

/external/rust/android-crates-io/extra_versions/crates/http/src/header/
Dvalue.rs629 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
657 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
664 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
685 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
692 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
706 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
720 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
734 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
754 fn partial_cmp(&self, other: &&'a T) -> Option<cmp::Ordering> { in partial_cmp() function
768 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
/external/rust/android-crates-io/crates/http/src/header/
Dvalue.rs629 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
657 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
664 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
685 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
692 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
706 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
720 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
734 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
754 fn partial_cmp(&self, other: &&'a T) -> Option<cmp::Ordering> { in partial_cmp() function
768 fn partial_cmp(&self, other: &HeaderValue) -> Option<cmp::Ordering> { in partial_cmp() method
/external/rust/android-crates-io/extra_versions/crates/http/src/uri/
Dpath.rs406 fn partial_cmp(&self, other: &PathAndQuery) -> Option<cmp::Ordering> { in partial_cmp() method
413 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
420 fn partial_cmp(&self, other: &PathAndQuery) -> Option<cmp::Ordering> { in partial_cmp() method
427 fn partial_cmp(&self, other: &&'a str) -> Option<cmp::Ordering> { in partial_cmp() method
434 fn partial_cmp(&self, other: &PathAndQuery) -> Option<cmp::Ordering> { in partial_cmp() method
441 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
448 fn partial_cmp(&self, other: &PathAndQuery) -> Option<cmp::Ordering> { in partial_cmp() method
Dauthority.rs340 fn partial_cmp(&self, other: &Authority) -> Option<cmp::Ordering> { in partial_cmp() method
348 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
356 fn partial_cmp(&self, other: &Authority) -> Option<cmp::Ordering> { in partial_cmp() method
364 fn partial_cmp(&self, other: &Authority) -> Option<cmp::Ordering> { in partial_cmp() method
372 fn partial_cmp(&self, other: &&'a str) -> Option<cmp::Ordering> { in partial_cmp() method
380 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
388 fn partial_cmp(&self, other: &Authority) -> Option<cmp::Ordering> { in partial_cmp() method
/external/rust/android-crates-io/crates/http/src/uri/
Dpath.rs406 fn partial_cmp(&self, other: &PathAndQuery) -> Option<cmp::Ordering> { in partial_cmp() method
413 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
420 fn partial_cmp(&self, other: &PathAndQuery) -> Option<cmp::Ordering> { in partial_cmp() method
427 fn partial_cmp(&self, other: &&'a str) -> Option<cmp::Ordering> { in partial_cmp() method
434 fn partial_cmp(&self, other: &PathAndQuery) -> Option<cmp::Ordering> { in partial_cmp() method
441 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
448 fn partial_cmp(&self, other: &PathAndQuery) -> Option<cmp::Ordering> { in partial_cmp() method
Dauthority.rs340 fn partial_cmp(&self, other: &Authority) -> Option<cmp::Ordering> { in partial_cmp() method
348 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
356 fn partial_cmp(&self, other: &Authority) -> Option<cmp::Ordering> { in partial_cmp() method
364 fn partial_cmp(&self, other: &Authority) -> Option<cmp::Ordering> { in partial_cmp() method
372 fn partial_cmp(&self, other: &&'a str) -> Option<cmp::Ordering> { in partial_cmp() method
380 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
388 fn partial_cmp(&self, other: &Authority) -> Option<cmp::Ordering> { in partial_cmp() method
/external/rust/android-crates-io/crates/tonic/src/metadata/
Dvalue.rs648 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method
676 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
683 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
704 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method
711 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method
725 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
739 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method
753 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method
773 fn partial_cmp(&self, other: &&'a T) -> Option<cmp::Ordering> { in partial_cmp() function
787 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method
/external/rust/cxx/gen/build/src/
Dcargo.rs83 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() method
121 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() method
146 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() method
/external/rust/android-crates-io/crates/googletest/src/matchers/
Dge_matcher.rs196 fn partial_cmp(&self, _other: &u32) -> Option<std::cmp::Ordering> { in ge_matches_with_custom_partial_ord() method
208 fn partial_cmp(&self, _other: &VeryLowNumber) -> Option<std::cmp::Ordering> { in ge_matches_with_custom_partial_ord() method
Dle_matcher.rs195 fn partial_cmp(&self, _other: &u32) -> Option<std::cmp::Ordering> { in le_matches_with_custom_partial_ord() method
207 fn partial_cmp(&self, _other: &VeryLowNumber) -> Option<std::cmp::Ordering> { in le_matches_with_custom_partial_ord() method
Dlt_matcher.rs204 fn partial_cmp(&self, _other: &u32) -> Option<std::cmp::Ordering> { in lt_matches_with_custom_partial_ord() method
216 fn partial_cmp(&self, _other: &VeryLowNumber) -> Option<std::cmp::Ordering> { in lt_matches_with_custom_partial_ord() method
Dgt_matcher.rs235 fn partial_cmp(&self, _other: &u32) -> Option<std::cmp::Ordering> { in gt_matches_with_custom_partial_ord() method
247 fn partial_cmp(&self, _other: &VeryLowNumber) -> Option<std::cmp::Ordering> { in gt_matches_with_custom_partial_ord() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/semver-1.0.23/src/
Dimpls.rs40 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() method
46 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/semver-1.0.23/src/
Dimpls.rs40 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() method
46 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() method
/external/rust/android-crates-io/crates/semver/src/
Dimpls.rs40 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() method
46 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() method
/external/rust/crates/openssl/src/
Dasn1.rs261 fn partial_cmp(&self, other: &Asn1TimeRef) -> Option<Ordering> { in partial_cmp() method
268 fn partial_cmp(&self, other: &Asn1Time) -> Option<Ordering> { in partial_cmp() method
275 fn partial_cmp(&self, other: &Asn1Time) -> Option<Ordering> { in partial_cmp() method
399 fn partial_cmp(&self, other: &Asn1Time) -> Option<Ordering> { in partial_cmp() method
406 fn partial_cmp(&self, other: &Asn1TimeRef) -> Option<Ordering> { in partial_cmp() method
413 fn partial_cmp(&self, other: &&'a Asn1TimeRef) -> Option<Ordering> { in partial_cmp() method
521 fn partial_cmp(&self, other: &Asn1Integer) -> Option<Ordering> { in partial_cmp() method
571 fn partial_cmp(&self, other: &Asn1IntegerRef) -> Option<Ordering> { in partial_cmp() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/
Dbytes.rs698 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
718 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
730 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
742 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
754 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
766 fn partial_cmp(&self, other: &Vec<u8>) -> Option<cmp::Ordering> { in partial_cmp() method
778 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
790 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
802 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
814 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
[all …]
Dbytes_mut.rs1283 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1565 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
1577 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1589 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
1601 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1613 fn partial_cmp(&self, other: &Vec<u8>) -> Option<cmp::Ordering> { in partial_cmp() method
1625 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1637 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
1649 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1667 fn partial_cmp(&self, other: &&'a T) -> Option<cmp::Ordering> { in partial_cmp() function
[all …]
/external/rust/android-crates-io/crates/bytes/src/
Dbytes_mut.rs1286 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1568 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
1580 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1592 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
1604 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1616 fn partial_cmp(&self, other: &Vec<u8>) -> Option<cmp::Ordering> { in partial_cmp() method
1628 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1640 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
1652 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1670 fn partial_cmp(&self, other: &&'a T) -> Option<cmp::Ordering> { in partial_cmp() function
[all …]
Dbytes.rs792 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
812 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
824 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
836 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
848 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
860 fn partial_cmp(&self, other: &Vec<u8>) -> Option<cmp::Ordering> { in partial_cmp() method
872 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
884 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
896 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
908 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/
Dbytes_mut.rs1283 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1565 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
1577 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1589 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
1601 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1613 fn partial_cmp(&self, other: &Vec<u8>) -> Option<cmp::Ordering> { in partial_cmp() method
1625 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1637 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
1649 fn partial_cmp(&self, other: &BytesMut) -> Option<cmp::Ordering> { in partial_cmp() method
1667 fn partial_cmp(&self, other: &&'a T) -> Option<cmp::Ordering> { in partial_cmp() function
[all …]
Dbytes.rs698 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
718 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
730 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
742 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
754 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
766 fn partial_cmp(&self, other: &Vec<u8>) -> Option<cmp::Ordering> { in partial_cmp() method
778 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
790 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
802 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
814 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
[all …]
/external/rust/android-crates-io/crates/proc-macro2/src/
Dlocation.rs26 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.89/src/
Dlocation.rs26 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.89/src/
Dlocation.rs26 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method

12345678910