Lines Matching refs:text
126 text: Bytes::from_static(b""), 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()
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()