Home
last modified time | relevance | path

Searched refs:derive (Results 1251 - 1275 of 1293) sorted by relevance

1...<<5152

/third_party/rust/crates/libc/src/unix/
H A Dmod.rs44 #[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 Dtranslate.rs15 #[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 Dlib.rs1019 #[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 Drenderer.rs57 #[derive(Copy, Clone)]
/third_party/rust/crates/syn/codegen/src/
H A Dparse.rs498 #[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 Dtraits.rs706 #[derive(Debug, PartialEq)]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs1068 #[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 Ditem.rs2 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 DMakefile333 --use-core --with-derive-default --ctypes-prefix core::ffi --no-layout-tests \
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak169 # This test uses the setts bsf to derive the duration of every packet
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dty.rs26 #[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 Dmod.rs116 #[derive(Debug)]
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs15 #[derive(Eq, PartialEq, Hash, Copy, Clone)]
/third_party/rust/crates/nom/src/multi/
H A Dtests.rs304 #[derive(Debug, Clone, PartialEq)]
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs94 #[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 Dparse.rs924 }) 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 Dparse.rs924 }) 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 Dparse.rs924 }) 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 Dparse.rs924 }) 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 Dparse.rs924 }) 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 Dbasic_rust_types.rs29 #[derive(PartialEq, Debug)]
/third_party/rust/crates/clap/src/builder/
H A Darg.rs53 #[derive(Default, Clone)]
/third_party/python/Lib/test/
H A Dtest_exception_group.py839 # 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 Dmod.rs51 #[cfg_attr(feature = "extra_traits", derive(Debug))]
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs235 #[derive(Clone, Debug, Eq, PartialEq)]

Completed in 78 milliseconds

1...<<5152