Lines Matching refs:Bytes
8 Bytes::from_static(&[ in test_goodbye_unmarshal()
15 reason: Bytes::from_static(b"FOO"), in test_goodbye_unmarshal()
21 Bytes::from_static(&[ in test_goodbye_unmarshal()
28 reason: Bytes::from_static(b""), in test_goodbye_unmarshal()
34 Bytes::from_static(&[ in test_goodbye_unmarshal()
41 reason: Bytes::from_static(b""), in test_goodbye_unmarshal()
47 Bytes::from_static(&[ in test_goodbye_unmarshal()
54 reason: Bytes::from_static(b"F"), in test_goodbye_unmarshal()
60 Bytes::from_static(&[ in test_goodbye_unmarshal()
67 reason: Bytes::from_static(b""), in test_goodbye_unmarshal()
73 Bytes::from_static(&[ in test_goodbye_unmarshal()
79 reason: Bytes::from_static(b""), in test_goodbye_unmarshal()
85 Bytes::from_static(&[ in test_goodbye_unmarshal()
91 reason: Bytes::from_static(b""), in test_goodbye_unmarshal()
97 Bytes::from_static(&[]), in test_goodbye_unmarshal()
100 reason: Bytes::from_static(b""), in test_goodbye_unmarshal()
153 reason: Bytes::from_static(b"because"), in test_goodbye_round_trip()
161 reason: Bytes::from_static(b""), in test_goodbye_round_trip()
169 reason: Bytes::from_static(b"foo"), in test_goodbye_round_trip()
177 reason: Bytes::from_static(b"f"), in test_goodbye_round_trip()
185 reason: Bytes::from_static(b""), in test_goodbye_round_trip()
193 reason: Bytes::copy_from_slice(too_long_text.as_bytes()), in test_goodbye_round_trip()