Searched defs:EncodeValue (Results 1 – 6 of 6) sorted by relevance
117 pub trait EncodeValue { trait
73 impl EncodeValue for () { impl
35 impl EncodeValue for $int { impl91 impl EncodeValue for $uint { impl
149 impl<T, const N: usize> EncodeValue for [T; N] impl
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