/third_party/rust/crates/humantime/src/ |
H A D | duration.rs | 7 #[derive(Debug, PartialEq, Clone)] 80 #[derive(Debug, Clone)]
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | evp.h | 77 int (*derive) (EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); member
|
/third_party/rust/crates/nom/src/ |
H A D | error.rs | 57 #[derive(Debug, PartialEq)] 150 #[derive(Clone, Debug, PartialEq)] 159 #[derive(Clone, Debug, PartialEq)] 364 #[derive(Debug,PartialEq,Eq,Hash,Clone,Copy)]
|
H A D | traits.rs | 706 #[derive(Debug, PartialEq)]
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | errno.rs | 25 #[derive(Eq, PartialEq, Hash, Copy, Clone)]
|
/third_party/rust/crates/nix/src/net/ |
H A D | if_.rs | 421 #[derive(Debug)]
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | parse.rs | 9 #[derive(Copy, Clone, Eq, PartialEq)]
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | bigint.rs | 42 #[derive(Clone, PartialEq, Eq)]
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | rsa.rs | 45 #[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
H A D | pkcs5.rs | 14 #[derive(Clone, Eq, PartialEq, Hash, Debug)]
|
H A D | symm.rs | 61 #[derive(Copy, Clone)] 72 #[derive(Copy, Clone, PartialEq, Eq)]
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | mod.rs | 19 //! in your program. See the [derive section of the manual] for how to use this. 112 //! [derive section of the manual]: https://serde.rs/derive.html 334 #[derive(Copy, Clone, PartialEq, Debug)] 513 /// in your program. See the [derive section of the manual][derive] for how to 525 /// [derive]: https://serde.rs/derive.html 2239 /// #[derive(Deserialize)] in tuple_variant()
|
/third_party/rust/crates/strsim-rs/src/ |
H A D | lib.rs | 13 #[derive(Debug, PartialEq)]
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 2185 #[cfg_attr(feature = "extra_traits", derive(Debug))] 2194 #[cfg_attr(feature = "extra_traits", derive(Debug))] 2202 #[cfg_attr(feature = "extra_traits", derive(Debug))] 2210 #[cfg_attr(feature = "extra_traits", derive(Debug))] 2218 #[cfg_attr(feature = "extra_traits", derive(Debug))] 2224 #[cfg_attr(feature = "extra_traits", derive(Debug))] 2230 #[cfg_attr(feature = "extra_traits", derive(Debug))] 2237 #[cfg_attr(feature = "extra_traits", derive(Debug))]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield-32bit-overflow.rs | 9 #[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)] 95 #[derive(Debug, Default, Copy, Clone)]
|
H A D | issue-816.rs | 9 #[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)] 96 #[derive(Debug, Default, Copy, Clone)]
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 406 #[cfg_attr(feature = "extra_traits", derive(Debug))] 414 #[cfg_attr(feature = "extra_traits", derive(Debug))]
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | mod.rs | 1608 #[derive(Debug, Copy, Clone, PartialEq, Eq)] 1921 #[derive(Copy, Clone, PartialEq, Eq)] 2447 #[derive(Copy, Clone, PartialEq, Eq)]
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 44 #[cfg_attr(feature = "extra_traits", derive(Debug))] 416 #[cfg_attr(feature = "extra_traits", derive(Debug))] 424 #[cfg_attr(feature = "extra_traits", derive(Debug))]
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | translate.rs | 15 #[derive(Clone, Debug)] 104 #[derive(Clone, Debug)] 140 #[derive(Clone, Debug)] 583 #[derive(Clone, Debug)] 1006 #[derive(Clone, Copy, Debug, Default)] 1134 #[derive(Clone, Debug)]
|
/third_party/qrcodegen/rust-no-heap/src/ |
H A D | lib.rs | 1019 #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug)] 1296 #[derive(Clone, Copy, PartialEq, Eq, Debug)] 1403 #[derive(Debug, Clone)] 1421 #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Debug)] 1454 #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Debug)]
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | renderer.rs | 57 #[derive(Copy, Clone)]
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | parse.rs | 498 #[derive(Error, Debug)] 560 // The derive module is weird because it is built with either in do_load_file() 561 // `full` or `derive` but exported only under `derive`. in do_load_file() 562 let features = if item.ident == "derive" { in do_load_file() 563 vec![parse_quote!(#[cfg(feature = "derive")])] in do_load_file()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 1068 #[derive(Clone)] 3163 #[derive(Debug)] in drain_filter_pred_panic_leak() 3372 #[derive(Eq)] in eq() 6671 #[derive(PartialEq, Debug)] in test_extend() 7287 #[derive(Debug, PartialEq)] in test_drain_leak() 7586 #[derive(Debug)] in test_from_iter_specialization_panic_during_drop_leaks() 8490 #[derive(Debug)] in test_vec_cycle() 8611 #[derive(Copy)] in test_extend_from_within_spec() 8717 #[derive(Debug)] in test_vec_dedup_partialeq() 8754 #[derive(Debu in test_vec_dedup_panicking() [all...] |
/third_party/rust/crates/syn/src/ |
H A D | item.rs | 2 use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput}; 2017 let (where_clause, fields, semi_token) = derive::parsing::data_struct(input)?; in parse() 2041 let (where_clause, brace_token, variants) = derive::parsing::data_enum(input)?; in parse() 2065 let (where_clause, fields) = derive::parsing::data_union(input)?; in parse()
|