Home
last modified time | relevance | path

Searched refs:too_long_text (Results 1 – 2 of 2) sorted by relevance

/webrtc/rtcp/src/goodbye/
H A Dgoodbye_test.rs135 let mut too_long_text = String::new(); in test_goodbye_round_trip() localVariable
137 too_long_text.push('x'); in test_goodbye_round_trip()
193 reason: Bytes::copy_from_slice(too_long_text.as_bytes()), in test_goodbye_round_trip()
/webrtc/rtcp/src/source_description/
H A Dsource_description_test.rs223 let mut too_long_text = String::new(); in test_source_description_roundtrip() localVariable
225 too_long_text += "x"; in test_source_description_roundtrip()
318 text: Bytes::copy_from_slice(too_long_text.as_bytes()), in test_source_description_roundtrip()