Searched refs:EncodedMsg (Results 1 – 1 of 1) sorted by relevance
468 struct EncodedMsg<'a> { struct481 impl EncodedMsg<'_> { argument482 fn new<'a, 'b>(segments: &[&Segment<'b>], data: &'a mut [u8]) -> Option<EncodedMsg<'a>> { in new()494 let mut em = EncodedMsg { in new()606 em: &'a EncodedMsg<'a>,663 fn new<'a, 'b>(em: &'b EncodedMsg<'b>, qrdata: &'a mut [u8]) -> QrImage<'a> { in new()952 match EncodedMsg::new(&[&Segment::Binary(&data_slice[0..data_len])], tmp_slice) { in drm_panic_qr_generate()967 match EncodedMsg::new(segments, tmp_slice) { in drm_panic_qr_generate()