Home
last modified time | relevance | path

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

/webrtc/mdns/src/
H A Derror.rs57 ErrStringTooLong, enumerator
/webrtc/mdns/src/message/
H A Dpacker.rs71 return Err(Error::ErrStringTooLong); in pack_str()
H A Dmessage_test.rs803 assert_eq!(err, Error::ErrStringTooLong); in test_too_long_txt()