Searched defs:DecodeValue (Results 1 – 8 of 8) sorted by relevance
86 pub trait DecodeValue<'a>: Sized { interface
60 impl<'a> DecodeValue<'a> for () { impl
50 impl<'__der: $($li),*, $($li),*> DecodeValue<'__der> for $type { impl
130 impl<'a, T, const N: usize> DecodeValue<'a> for [T; N] impl
25 static int DecodeValue(void* v) { return reinterpret_cast<uintptr_t>(v); } in DecodeValue() function
38 static int DecodeValue(void* v) { return reinterpret_cast<uintptr_t>(v); } in DecodeValue() function
16 impl<'a> DecodeValue<'a> for $int { impl
16 impl<'a> DecodeValue<'a> for $uint { impl