Lines Matching refs:Bytes

8             Bytes::from_static(&[]),  in test_source_description_unmarshal()
14 Bytes::from_static(&[ in test_source_description_unmarshal()
23 Bytes::from_static(&[ in test_source_description_unmarshal()
33 Bytes::from_static(&[ in test_source_description_unmarshal()
44 Bytes::from_static(&[ in test_source_description_unmarshal()
55 Bytes::from_static(&[ in test_source_description_unmarshal()
67 Bytes::from_static(&[ in test_source_description_unmarshal()
78 Bytes::from_static(&[ in test_source_description_unmarshal()
94 Bytes::from_static(&[ in test_source_description_unmarshal()
105 Bytes::from_static(&[ in test_source_description_unmarshal()
114 Bytes::from_static(&[ in test_source_description_unmarshal()
126 text: Bytes::from_static(b""), in test_source_description_unmarshal()
134 Bytes::from_static(&[ in test_source_description_unmarshal()
148 text: Bytes::from_static(b"A"), in test_source_description_unmarshal()
152 text: Bytes::from_static(b"B"), in test_source_description_unmarshal()
161 Bytes::from_static(&[ in test_source_description_unmarshal()
180 text: Bytes::from_static(b"A"), in test_source_description_unmarshal()
187 text: Bytes::from_static(b"BCD"), in test_source_description_unmarshal()
242 text: Bytes::from_static(b"[email protected]"), in test_source_description_roundtrip()
250 text: Bytes::from_static(b"some note"), in test_source_description_roundtrip()
254 text: Bytes::from_static(b"another note"), in test_source_description_roundtrip()
269 text: Bytes::from_static(b"[email protected]"), in test_source_description_roundtrip()
292 text: Bytes::from_static(b"[email protected]"), in test_source_description_roundtrip()
305 text: Bytes::from_static(b""), in test_source_description_roundtrip()
318 text: Bytes::copy_from_slice(too_long_text.as_bytes()), in test_source_description_roundtrip()