Home
last modified time | relevance | path

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

/webrtc/ice/src/url/
H A Dmod.rs196 return Err(Error::ErrProtoType); in parse_url()
214 return Err(Error::ErrProtoType); in parse_url()
H A Durl_test.rs125 ("turn:google.de?transport=ip", Error::ErrProtoType), in test_parse_url_failure()
/webrtc/ice/src/
H A Derror.rs49 ErrProtoType, enumerator