/third_party/rust/crates/codespan/codespan/src/ |
D | index.rs | 16 #[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)] 60 #[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)] 86 #[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)] 111 #[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)] 155 #[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)] 174 #[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)] 199 #[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)] 231 #[derive(Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)] 294 pub trait Offset: Copy + Ord 308 pub trait Index: Copy + Ord
|
D | location.rs | 7 #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
/third_party/rust/crates/cxx/macro/src/ |
D | derive.rs | 21 Trait::Ord => expanded.extend(struct_ord(strct, span)), in expand_struct() 65 Trait::Ord => expanded.extend(enum_ord(enm, span)), in expand_enum() 178 impl #generics ::cxx::core::cmp::Ord for #ident #generics { in struct_ord() 181 match ::cxx::core::cmp::Ord::cmp(&self.#fields, &other.#fields) { in struct_ord() 196 let body = if derive::contains(&strct.derives, Trait::Ord) { in struct_partial_ord() 198 ::cxx::core::option::Option::Some(::cxx::core::cmp::Ord::cmp(self, other)) in struct_partial_ord() 270 impl ::cxx::core::cmp::Ord for #ident { in enum_ord() 272 ::cxx::core::cmp::Ord::cmp(&self.repr, &other.repr) in enum_ord()
|
/third_party/rust/crates/cxx/syntax/ |
D | derive.rs | 19 Ord, enumerator 36 "Ord" => Trait::Ord, in from() 64 Trait::Ord => "Ord", in as_ref()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | derive-hash-struct-with-pointer.rs | 10 #[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)] 50 #[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)] 90 #[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)] 130 #[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)]
|
D | ord-enum.rs | 9 #[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)] 17 #[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)]
|
D | derive-hash-template-inst-float.rs | 10 #[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)] 26 #[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)]
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | ga.txt | 8 collation{"Ord Sórtála"} 538 big5han{"Ord sórtála Síneach traidisiúnta - Big5"} 539 compat{"Ord Sórtála Roimhe Seo, ar son na comhoiriúnachta"} 540 dictionary{"Ord Sórtála Foclóirí"} 541 ducet{"Ord Sórtála Réamhshocraithe Unicode"} 542 emoji{"Ord Sórtála Emoji"} 544 gb2312han{"Ord sórtála Síneach simplithe - GB 2312"} 545 phonebook{"Ord sórtála an eolaire teileafóin"} 546 pinyin{"Ord sórtála pinyin"} 547 reformed{"Ord Sórtála Athfhoirmithe"} [all …]
|
/third_party/rust/crates/cxx/gen/build/src/ |
D | cargo.rs | 76 impl Ord for Name { 111 impl Ord for Lookup { 139 impl Ord for CaseAgnosticByte {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 122 AtomicOrdering Ord) const override; 124 AtomicOrdering Ord) const override; 212 Value *Mask, Value *ShiftAmt, AtomicOrdering Ord) const override; 219 AtomicOrdering Ord) const override;
|
/third_party/icu/icu4c/source/data/lang/ |
D | ga.txt | 8 collation{"Ord Sórtála"} 666 big5han{"Ord sórtála Síneach traidisiúnta - Big5"} 667 compat{"Ord Sórtála Roimhe Seo, ar son na comhoiriúnachta"} 668 dictionary{"Ord Sórtála Foclóirí"} 669 ducet{"Ord Sórtála Réamhshocraithe Unicode"} 670 emoji{"Ord Sórtála Emoji"} 672 gb2312han{"Ord sórtála Síneach simplithe - GB 2312"} 673 phonebook{"Ord sórtála an eolaire teileafóin"} 674 pinyin{"Ord sórtála pinyin"} 675 reformed{"Ord Sórtála Athfhoirmithe"} [all …]
|
/third_party/rust/crates/rustix/src/net/ |
D | addr.rs | 38 #[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)] 615 impl Ord for SocketAddrV4 { 624 impl Ord for SocketAddrV6 {
|
/third_party/rust/crates/clap/src/parser/matches/ |
D | value_source.rs | 2 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
|
/third_party/rust/crates/nix/src/ |
D | macros.rs | 111 #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] 129 #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
|
/third_party/rust/crates/clap/examples/tutorial_derive/ |
D | 04_01_enum.rs | 11 #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, ValueEnum)]
|
/third_party/rust/crates/proc-macro2/src/ |
D | location.rs | 17 impl Ord for LineColumn {
|
/third_party/rust/crates/env_logger/ci/src/ |
D | permute.rs | 5 T: Ord + Eq + Clone, in all()
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 10906 impl Ord for DropCounter { 13578 #[derive(Clone, PartialEq, Eq, PartialOrd, Ord)] 13707 #[derive(Eq, PartialEq, Ord, Clone, Debug)] 15893 #[derive(Eq, Ord, PartialEq, PartialOrd, Clone, Debug, Default)] 16447 #[derive(PartialOrd, Eq, Ord)] 19159 impl<B: ?Sized> Ord for Cow<'_, B> 19161 B: Ord + ToOwned, 19165 Ord::cmp(&**self, &**other) 21159 impl<T: ?Sized + Ord> Ord for Rc<T> { 22228 T: Ord, [all …]
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | traversal.rs | 14 #[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] 35 #[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
D | derive.rs | 95 #[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
D | int.rs | 4 #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
/third_party/rust/crates/syn/tests/ |
D | test_round_trip.rs | 202 #[derive(Ord, PartialOrd, Eq, PartialEq)] in normalize() 219 #[derive(Ord, PartialOrd, Eq, PartialEq)] in normalize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_fcmp.def | 29 X(Ord) \
|
/third_party/rust/crates/clap/examples/tutorial_builder/ |
D | 04_01_enum.rs | 3 #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
/third_party/rust/crates/clap/src/builder/ |
D | str.rs | 5 #[derive(Default, Clone, Eq, PartialEq, PartialOrd, Ord, Hash)] 294 impl Ord for Inner {
|