Home
last modified time | relevance | path

Searched refs:SdesTextTooLong (Results 1 – 3 of 3) sorted by relevance

/webrtc/rtcp/src/
H A Derror.rs51 SdesTextTooLong, enumerator
/webrtc/rtcp/src/source_description/
H A Dsource_description_test.rs322 Some(Error::SdesTextTooLong), in test_source_description_roundtrip()
H A Dmod.rs219 return Err(Error::SdesTextTooLong.into()); in marshal_to()