/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey.rs | 76 #[derive(Debug, Copy, Clone, PartialEq, Eq)] 509 /// use openssl::derive::Deriver; 537 /// use openssl::derive::Deriver;
|
/third_party/rust/crates/rustix/src/io/ |
H A D | procfs.rs | 37 #[derive(Copy, Clone, Debug)]
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
H A D | auxv.rs | 369 #[derive(Copy, Clone)]
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | parse.rs | 23 #[derive(Clone, Debug, Eq, PartialEq)] 113 #[derive(Clone, Debug)] 225 #[derive(Clone, Debug)] 268 #[derive(Clone, Debug)] 279 #[derive(Clone, Debug)] 303 #[derive(Clone, Debug)] 2127 #[derive(Debug)] 2326 #[derive(Clone, Debug)]
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 137 //! traits are automatically derived for the `struct`s using the `derive` attribute. 138 //! Additional traits can be derived by providing an explicit `derive` 200 //! on the generated struct), you can simply derive `Default`: 207 //! #[derive(Default)] 363 #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] 947 #[derive(Default)] 1721 #[derive(serde::Serialize, serde::Deserialize)]
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | value.rs | 9 //! #[derive(Deserialize)] 33 // bound `E: Clone` inferred by derive(Clone). 50 #[derive(Clone, PartialEq)] 888 #[derive(Clone)] 1054 #[derive(Clone, Debug)] 1286 // Cannot #[derive(Clone)] because of the bound `Second<I::Item>: Clone`. 1457 #[derive(Clone, Debug)] 1522 #[derive(Clone, Debug)]
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | evp.h | 169 int (*derive) (EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); member 234 OSSL_FUNC_kdf_derive_fn *derive; member
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 16 #[cfg_attr(feature = "extra_traits", derive(Debug))] 24 #[cfg_attr(feature = "extra_traits", derive(Debug))]
|
/third_party/rust/crates/either/src/ |
H A D | lib.rs | 12 //! Disabled by default. Enable to `#[derive(Serialize, Deserialize)]` for `Either` 48 #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] 49 #[derive(Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
|
/third_party/rust/crates/bindgen/bindgen-cli/ |
H A D | options.rs | 42 #[derive(Parser, Debug)] 344 /// Derive custom traits on any kind of type. The <CUSTOM> value must be of the shape <REGEX>=<DERIVE> where <DERIVE> is a coma-separated list of derive macros. 347 /// Derive custom traits on a `struct`. The <CUSTOM> value must be of the shape <REGEX>=<DERIVE> where <DERIVE> is a coma-separated list of derive macros. 350 /// Derive custom traits on an `enum. The <CUSTOM> value must be of the shape <REGEX>=<DERIVE> where <DERIVE> is a coma-separated list of derive macros. 353 /// Derive custom traits on a `union`. The <CUSTOM> value must be of the shape <REGEX>=<DERIVE> where <DERIVE> is a coma-separated list of derive macros. 932 #[derive(Debug)] in builder_from_flags() 944 None => "--with-derive-custom", in builder_from_flags() 945 Some(TypeKind::Struct) => "--with-derive-custom-struct", in builder_from_flags() 946 Some(TypeKind::Enum) => "--with-derive-custom-enum", in builder_from_flags() 947 Some(TypeKind::Union) => "--with-derive in builder_from_flags() [all...] |
/third_party/openssl/include/crypto/ |
H A D | evp.h | 169 int (*derive) (EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); member 234 OSSL_FUNC_kdf_derive_fn *derive; member
|
/third_party/rust/crates/once_cell/tests/ |
H A D | it.rs | 843 #[derive(Default)] 848 #[derive(Debug)]
|
/third_party/rust/crates/nix/src/sys/ |
H A D | statfs.rs | 57 #[derive(Clone, Copy)] 93 #[derive(Eq, Copy, Clone, PartialEq, Debug)]
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1797 int (*derive) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_derive() 1802 pmeth->derive = derive; in EVP_PKEY_meth_set_derive() 2007 *pderive = pmeth->derive; in EVP_PKEY_meth_get_derive()
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 6 #[cfg_attr(feature = "extra_traits", derive(Debug))] 106 #[cfg_attr(feature = "extra_traits", derive(Debug))] 1021 #[cfg_attr(feature = "extra_traits", derive(Debug))] 1029 #[cfg_attr(feature = "extra_traits", derive(Debug))]
|
/third_party/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1796 int (*derive) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_derive() 1801 pmeth->derive = derive; in EVP_PKEY_meth_set_derive() 2006 *pderive = pmeth->derive; in EVP_PKEY_meth_get_derive()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | item.rs | 8 use super::derive::{ 377 #[derive(Debug)] 1972 #[derive(Copy, Clone, Debug, PartialEq)] 1980 #[derive(Debug)]
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 49 #[cfg_attr(feature = "extra_traits", derive(Debug, Hash, PartialEq, Eq))] 64 #[cfg_attr(feature = "extra_traits", derive(Debug, Hash, PartialEq, Eq))] 80 #[cfg_attr(feature = "extra_traits", derive(Debug, Hash, PartialEq, Eq))] 95 #[cfg_attr(feature = "extra_traits", derive(Debug, Hash, PartialEq, Eq))] 110 #[cfg_attr(feature = "extra_traits", derive(Debug, Hash, PartialEq, Eq))] 131 #[cfg_attr(feature = "extra_traits", derive(Debug, Hash, PartialEq, Eq))] 163 #[cfg_attr(feature = "extra_traits", derive(Debug, Hash, PartialEq, Eq))] 220 #[cfg_attr(feature = "extra_traits", derive(Debug, Hash, PartialEq, Eq))] 1884 #[cfg_attr(feature = "extra_traits", derive(Debug))]
|
/third_party/rust/crates/clap/src/parser/ |
H A D | validator.rs | 462 #[derive(Default, Clone, Debug)]
|
/third_party/rust/crates/humantime/src/ |
H A D | date.rs | 36 #[derive(Debug, PartialEq, Clone, Copy)] 58 #[derive(Debug, Clone, PartialEq, Eq)] 68 #[derive(Debug, Clone)]
|
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)]
|
/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)]
|