/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/nom/src/ |
H A D | traits.rs | 706 #[derive(Debug, PartialEq)]
|
/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()
|
/kernel/linux/linux-6.6/rust/ |
H A D | Makefile | 333 --use-core --with-derive-default --ctypes-prefix core::ffi --no-layout-tests \
|
/third_party/ffmpeg/tests/fate/ |
H A D | matroska.mak | 169 # This test uses the setts bsf to derive the duration of every packet
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | ty.rs | 26 #[derive(Debug)] 40 /// many items, we won't be able to derive common traits on that type. 572 #[derive(Debug, Copy, Clone, PartialEq, Eq)] 585 #[derive(Debug)]
|
/third_party/rust/crates/env_logger/src/filter/ |
H A D | mod.rs | 116 #[derive(Debug)]
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | errno.rs | 15 #[derive(Eq, PartialEq, Hash, Copy, Clone)]
|
/third_party/rust/crates/nom/src/multi/ |
H A D | tests.rs | 304 #[derive(Debug, Clone, PartialEq)]
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 94 #[cfg_attr(feature = "extra_traits", derive(Debug))] 102 #[cfg_attr(feature = "extra_traits", derive(Debug))] 111 #[cfg_attr(feature = "extra_traits", derive(Debug))] 3346 #[cfg_attr(feature = "extra_traits", derive(Debug))] 3354 #[cfg_attr(feature = "extra_traits", derive(Debug))]
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | parse.rs | 924 }) if if let Some(derive) = path.get_ident().and_then(Derive::from) { in parse_extern_type_bounded() 925 bounds.push(derive); in parse_extern_type_bounded()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | parse.rs | 924 }) if if let Some(derive) = path.get_ident().and_then(Derive::from) { in parse_extern_type_bounded() 925 bounds.push(derive); in parse_extern_type_bounded()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | parse.rs | 924 }) if if let Some(derive) = path.get_ident().and_then(Derive::from) { in parse_extern_type_bounded() 925 bounds.push(derive); in parse_extern_type_bounded()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | parse.rs | 924 }) if if let Some(derive) = path.get_ident().and_then(Derive::from) { in parse_extern_type_bounded() 925 bounds.push(derive); in parse_extern_type_bounded()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | parse.rs | 924 }) if if let Some(derive) = path.get_ident().and_then(Derive::from) { in parse_extern_type_bounded() 925 bounds.push(derive); in parse_extern_type_bounded()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | basic_rust_types.rs | 29 #[derive(PartialEq, Debug)]
|
/third_party/rust/crates/clap/src/builder/ |
H A D | arg.rs | 53 #[derive(Default, Clone)]
|
/third_party/python/Lib/test/ |
H A D | test_exception_group.py | 839 # the actual class constructor from the default derive() 884 def derive(self, excs): member in NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_derive_and_new_overrides.EG
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 51 #[cfg_attr(feature = "extra_traits", derive(Debug))]
|
/third_party/rust/crates/nix/src/sys/ |
H A D | termios.rs | 235 #[derive(Clone, Debug, Eq, PartialEq)]
|