Searched refs:SliceLossIndication (Results 1 – 3 of 3) sorted by relevance
15 SliceLossIndication { in test_slice_loss_indication_unmarshal()33 SliceLossIndication::default(), in test_slice_loss_indication_unmarshal()49 SliceLossIndication::default(), in test_slice_loss_indication_unmarshal()55 SliceLossIndication::default(), in test_slice_loss_indication_unmarshal()61 let got = SliceLossIndication::unmarshal(&mut data); in test_slice_loss_indication_unmarshal()87 let tests: Vec<(&str, SliceLossIndication, Option<Error>)> = vec![( in test_slice_loss_indication_roundtrip()89 SliceLossIndication { in test_slice_loss_indication_roundtrip()125 let actual = SliceLossIndication::unmarshal(&mut data) in test_slice_loss_indication_roundtrip()
30 pub struct SliceLossIndication { struct39 impl fmt::Display for SliceLossIndication { implementation49 impl Packet for SliceLossIndication { implementation76 .downcast_ref::<SliceLossIndication>() in equal()85 impl MarshalSize for SliceLossIndication { implementation93 impl Marshal for SliceLossIndication { implementation126 impl Unmarshal for SliceLossIndication { implementation170 Ok(SliceLossIndication { in unmarshal()
106 FORMAT_SLI => Box::new(SliceLossIndication::unmarshal(&mut in_packet)?), in unmarshaller()