Searched defs:FlexBufferType (Results 1 – 5 of 5) sorted by relevance
40 pub enum FlexBufferType { enum107 impl Default for FlexBufferType { implementation122 impl FlexBufferType { impl149 pub fn typed_vector_type(self) -> Option<FlexBufferType> { in typed_vector_type()
111 pub fn fxb_type(&self) -> FlexBufferType { in fxb_type()156 pub fn set_fxb_type_or_panic(&mut self, new_type: FlexBufferType) { in set_fxb_type_or_panic()
57 fn get_elem_type(&self, i: usize) -> Result<(FlexBufferType, BitWidth), Error> { in get_elem_type()
209 mut fxb_type: FlexBufferType, in new()251 pub fn flexbuffer_type(&self) -> FlexBufferType { in flexbuffer_type()672 fn unpack_type(ty: u8) -> Result<(FlexBufferType, BitWidth), Error> { in unpack_type()
26 public inline class FlexBufferType(public val value: Int) { in max() class