Home
last modified time | relevance | path

Searched refs:Ord (Results 1 – 25 of 180) sorted by relevance

12345678

/third_party/rust/crates/codespan/codespan/src/
Dindex.rs16 #[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
Dlocation.rs7 #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
/third_party/rust/crates/cxx/macro/src/
Dderive.rs21 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/
Dderive.rs19 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/
Dderive-hash-struct-with-pointer.rs10 #[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)]
Dord-enum.rs9 #[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)]
17 #[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)]
Dderive-hash-template-inst-float.rs10 #[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/
Dga.txt8 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/
Dcargo.rs76 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/
DRISCVISelLowering.h122 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/
Dga.txt8 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/
Daddr.rs38 #[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/
Dvalue_source.rs2 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
/third_party/rust/crates/nix/src/
Dmacros.rs111 #[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/
D04_01_enum.rs11 #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, ValueEnum)]
/third_party/rust/crates/proc-macro2/src/
Dlocation.rs17 impl Ord for LineColumn {
/third_party/rust/crates/env_logger/ci/src/
Dpermute.rs5 T: Ord + Eq + Clone, in all()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs10906 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/
Dtraversal.rs14 #[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
35 #[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
Dderive.rs95 #[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
Dint.rs4 #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
/third_party/rust/crates/syn/tests/
Dtest_round_trip.rs202 #[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/
Dtest_fcmp.def29 X(Ord) \
/third_party/rust/crates/clap/examples/tutorial_builder/
D04_01_enum.rs3 #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
/third_party/rust/crates/clap/src/builder/
Dstr.rs5 #[derive(Default, Clone, Eq, PartialEq, PartialOrd, Ord, Hash)]
294 impl Ord for Inner {

12345678