Searched defs:DecodeValue (Results 1 – 6 of 6) sorted by relevance
73 pub trait DecodeValue<'a>: Sized { interface
66 impl<'a> DecodeValue<'a> for () { implementation
16 impl<'a> DecodeValue<'a> for $int { impl77 impl<'a> DecodeValue<'a> for $uint { 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