Searched defs:EncodeValue (Results 1 – 10 of 10) sorted by relevance
67 impl EncodeValue for () { impl
56 impl<$($li),*> EncodeValue for $type { impl
149 impl<T, const N: usize> EncodeValue for [T; N] impl
202 T: Tagged + EncodeValue, in encode_from()
129 pub trait EncodeValue { interface
218 func (enc *Encoder) EncodeValue(value reflect.Value) error { func
24 static void* EncodeValue(uintptr_t v) { return reinterpret_cast<void*>(v); } in EncodeValue() function
37 static void* EncodeValue(uintptr_t v) { return reinterpret_cast<void*>(v); } in EncodeValue() function
42 impl EncodeValue for $int { impl
42 impl EncodeValue for $uint { impl