Home
last modified time | relevance | path

Searched refs:Derive (Results 1 – 25 of 37) sorted by relevance

12

/external/rust/cxx/syntax/
Dderive.rs5 pub struct Derive { struct
24 impl Derive { argument
40 Some(Derive { what, span }) in from()
44 impl PartialEq<Trait> for Derive { implementation
67 impl Display for Derive { implementation
73 pub fn contains(derives: &[Derive], query: Trait) -> bool { in contains() argument
Dmod.rs43 pub use self::derive::{Derive, Trait};
80 pub derives: Vec<Derive>,
87 pub bounds: Vec<Derive>,
94 pub derives: Vec<Derive>,
106 pub derives: Vec<Derive>,
132 pub derives: Vec<Derive>,
Dattrs.rs4 use crate::syntax::{Derive, Doc, ForeignName};
31 pub derives: Option<&'a mut Vec<Derive>>,
156 fn parse_derive_attribute(cx: &mut Errors, input: ParseStream) -> Result<Vec<Derive>> { in parse_derive_attribute() argument
162 if let Some(derive) = Derive::from(ident) { in parse_derive_attribute()
Dtokens.rs3 Array, Atom, Derive, Enum, ExternFn, ExternType, Impl, Lifetimes, NamedType, Ptr, Receiver,
162 impl ToTokens for Derive { implementation
Dparse.rs7 attrs, error, Api, Array, Derive, Doc, Enum, ExternFn, ExternType, ForeignName, Impl, Include,
830 }) if if let Some(derive) = path.get_ident().and_then(Derive::from) { in parse_extern_type_bounded()
/external/rust/crates/serde_derive/src/internals/
Dcheck.rs3 use internals::{ungroup, Ctxt, Derive};
8 pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { in check() argument
313 fn check_transparent(cx: &Ctxt, cont: &mut Container, derive: Derive) { in check_transparent() argument
375 Derive::Serialize => { in check_transparent()
381 Derive::Deserialize => { in check_transparent()
398 fn allow_transparent(field: &Field, derive: Derive) -> bool { in allow_transparent()
408 Derive::Serialize => !field.attrs.skip_serializing(), in allow_transparent()
409 Derive::Deserialize => !field.attrs.skip_deserializing() && field.attrs.default().is_none(), in allow_transparent()
Dmod.rs18 pub enum Derive { enum
Dast.rs5 use internals::{Ctxt, Derive};
66 derive: Derive, in from_ast() argument
/external/llvm-project/clang/test/Frontend/
Dplugin-call-super.cpp12 struct Derive : public Base1, public Base2 { struct
20 void Derive::Test() { in Test()
/external/adhd/cros_alsa/cros_alsa_derive/
DCargo.toml6 description = "Derive macros of cors_alsa."
/external/llvm-project/clang/test/Modules/
Dlookup-assert.m5 #include "Derive.h"
Dlookup-assert-protocol.m5 #include "Derive.h"
/external/rust/crates/rand_xorshift/
DCHANGELOG.md9 - Derive PartialEq+Eq for XorShiftRng (#6)
/external/flatbuffers/CMake/
DPackageDebian.cmake20 # Derive architecture
/external/skia/src/gpu/gradients/
DGrDualIntervalGradientColorizer.fp46 // Derive scale and biases from the 4 colors and threshold
/external/skqp/src/gpu/gradients/
DGrDualIntervalGradientColorizer.fp46 // Derive scale and biases from the 4 colors and threshold
/external/python/cpython2/Demo/pdist/
DREADME89 # Derive a server class using multiple inheritance
/external/boringssl/src/crypto/evp/
Devp_tests.txt1638 # Derive tests.
1648 Derive = ECDH-P256-Private
1668 Derive = X25519-Private
1672 Derive = X25519-Private
/external/rust/crates/serde_derive/src/
Dser.rs9 use internals::{attr, replace_receiver, Ctxt, Derive};
18 let cont = match Container::from_ast(&ctxt, input, Derive::Serialize) { in expand_derive_serialize()
Dde.rs11 use internals::{attr, replace_receiver, ungroup, Ctxt, Derive};
23 let cont = match Container::from_ast(&ctxt, input, Derive::Deserialize) { in expand_derive_deserialize()
/external/libexif/m4m/
Dgp-check-library.m468 dnl * Derive VAR_PREFIX directly from libname
/external/rust/crates/syn/
DREADME.md221 [Debugging Rust's new Custom Derive system][debugging].
/external/rust/crates/itertools/
DCHANGELOG.md12 - Derive `Hash` for `EitherOrBoth` (#417)
/external/rust/crates/rand/
DCHANGELOG.md523 - Derive Copy/Clone changes
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Dec.rst27 Derive a private key from ``private_value`` on ``curve`` for use with

12