Searched defs:DecodeValue (Results 1 – 11 of 11) 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
215 func (dec *Decoder) DecodeValue(v reflect.Value) error { func
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
88 int32_t Vp8EntropyState::DecodeValue(int32_t bits) in DecodeValue() function in decode::Vp8EntropyState
16 impl<'a> DecodeValue<'a> for $int { impl
16 impl<'a> DecodeValue<'a> for $uint { impl
93 int32_t Vp8EntropyState::DecodeValue(int32_t bits) in DecodeValue() function in Vp8EntropyState