Searched defs:repr (Results 1 – 3 of 3) sorted by relevance
566 let repr = ReprEncodeState::Indexed(Indexed::new(42)); in ut_repr_encode_state_encode() localVariable570 let repr = ReprEncodeState::Indexing(Indexing::new(42, vec![0x0a, 0x0b, 0x0c], false)); in ut_repr_encode_state_encode() localVariable574 let repr = ReprEncodeState::IndexingWithName(IndexingWithName::new( in ut_repr_encode_state_encode() localVariable582 let repr = ReprEncodeState::WithoutIndexing(WithoutIndexing::new( in ut_repr_encode_state_encode() localVariable590 let repr = ReprEncodeState::WithoutIndexingWithName(WithoutIndexingWithName::new( in ut_repr_encode_state_encode() localVariable598 let repr = in ut_repr_encode_state_encode() localVariable603 let repr = ReprEncodeState::NeverIndexedWithName(NeverIndexedWithName::new( in ut_repr_encode_state_encode() localVariable
193 repr: PrefixBit, field221 repr: PrefixBit, field286 let repr = PrefixBit::from_u8(byte); in decode() localVariable317 repr: PrefixBit, field520 repr: PrefixBit, field
21 repr: Repr, field