Home
last modified time | relevance | path

Searched defs:partial_cmp (Results 1 - 25 of 36) sorted by relevance

12

/third_party/rust/crates/proc-macro2/src/
H A Dlocation.rs26 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() functions
/third_party/rust/crates/codespan/codespan-reporting/src/
H A Ddiagnostic.rs48 fn partial_cmp(&self, other: &Severity) -> Option<std::cmp::Ordering> { in partial_cmp() functions
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs396 fn partial_cmp(&self, other: &Flag) -> Option<Ordering> { in partial_cmp() functions
H A Dstyled_str.rs277 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> { in partial_cmp() functions
H A Dos_str.rs318 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> { in partial_cmp() functions
H A Dstr.rs292 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> { in partial_cmp() functions
/third_party/rust/crates/cxx/macro/src/
H A Dderive.rs215 fn partial_cmp(&self, other: &Self) -> ::cxx::core::option::Option<::cxx::core::cmp::Ordering> { in struct_partial_ord() functions
283 fn partial_cmp(&self, other: &Self) -> ::cxx::core::option::Option<::cxx::core::cmp::Ordering> { in enum_partial_ord() functions
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Ddiscriminant.rs258 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Ddiscriminant.rs258 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() functions
/third_party/rust/crates/cxx/macro/src/syntax/
H A Ddiscriminant.rs258 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() functions
/third_party/rust/crates/cxx/syntax/
H A Ddiscriminant.rs258 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() functions
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Ddiscriminant.rs258 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() functions
/third_party/rust/crates/clap/src/parser/matches/
H A Dany_value.rs67 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> { in partial_cmp() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Daddr.rs125 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp() functions
/third_party/rust/crates/rustix/src/net/
H A Daddr.rs602 fn partial_cmp(&self, other: &SocketAddrV4) -> Option<Ordering> { in partial_cmp() functions
609 fn partial_cmp(&self, other: &SocketAddrV6) -> Option<Ordering> { in partial_cmp() functions
H A Dip.rs1077 fn partial_cmp(&self, other: &Ipv4Addr) -> Option<Ordering> { in partial_cmp() functions
1085 fn partial_cmp(&self, other: &Ipv4Addr) -> Option<Ordering> { in partial_cmp() functions
1096 fn partial_cmp(&self, other: &IpAddr) -> Option<Ordering> { in partial_cmp() functions
1865 fn partial_cmp(&self, other: &Ipv6Addr) -> Option<Ordering> { in partial_cmp() functions
1873 fn partial_cmp(&self, other: &Ipv6Addr) -> Option<Ordering> { in partial_cmp() functions
1884 fn partial_cmp(&self, other: &IpAddr) -> Option<Ordering> { in partial_cmp() functions
[all...]
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Daddr.rs227 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp() functions
/third_party/rust/crates/cxx/gen/build/src/
H A Dcargo.rs83 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() functions
121 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() functions
146 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { in partial_cmp() functions
/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs158 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() functions
H A Dstackvec.rs266 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() functions
/third_party/rust/crates/syn/src/
H A Dlifetime.rs98 fn partial_cmp(&self, other: &Lifetime) -> Option<Ordering> { in partial_cmp() functions
H A Dbuffer.rs390 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() functions
/third_party/rust/crates/regex/src/
H A Dinput.rs422 fn partial_cmp(&self, other: &char) -> Option<Ordering> { in partial_cmp() functions
429 fn partial_cmp(&self, other: &Char) -> Option<Ordering> { in partial_cmp() functions
/third_party/rust/crates/log/src/kv/
H A Dkey.rs83 fn partial_cmp(&self, other: &Key<'ko>) -> Option<cmp::Ordering> { in partial_cmp() functions
/third_party/rust/crates/cxx/src/
H A Dcxx_string.rs243 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() functions

Completed in 14 milliseconds

12