Searched defs:empty_bytes (Results 1 – 3 of 3) sorted by relevance
8 let empty_bytes = Bytes::from_static(&[]); in test_opus_unmarshal() localVariable
8 let empty_bytes = Bytes::from_static(&[]); in test_vp8_unmarshal() localVariable
10 let mut empty_bytes = &vec![0u8; 0][..]; in test_basic() localVariable