Home
last modified time | relevance | path

Searched defs:Deriver (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/test/cfi/
H A Dutils.h20 struct Deriver : T { struct
21 Deriver() { in Deriver() function
30 struct Deriver<T, 0> : T { argument
/aosp_15_r20/external/rust/crates/openssl/src/
Dderive.rs62 pub struct Deriver<'a>(*mut ffi::EVP_PKEY_CTX, PhantomData<&'a ()>); struct
64 unsafe impl<'a> Sync for Deriver<'a> {} implementation
65 unsafe impl<'a> Send for Deriver<'a> {} implementation
68 impl<'a> Deriver<'a> { impl
166 impl<'a> Drop for Deriver<'a> { implementation