Searched refs:empty_bytes (Results 1 – 3 of 3) sorted by relevance
8 let empty_bytes = Bytes::from_static(&[]); in test_opus_unmarshal() localVariable9 let result = pck.depacketize(&empty_bytes); in test_opus_unmarshal()
8 let empty_bytes = Bytes::from_static(&[]); in test_vp8_unmarshal() localVariable9 let result = pck.depacketize(&empty_bytes); in test_vp8_unmarshal()
10 let mut empty_bytes = &vec![0u8; 0][..]; in test_basic() localVariable11 let result = Packet::unmarshal(&mut empty_bytes); in test_basic()