Home
last modified time | relevance | path

Searched refs:ErrSchemeType (Results 1 – 5 of 5) sorted by relevance

/webrtc/stun/src/
H A Duri.rs50 return Err(Error::ErrSchemeType); in parse_uri()
57 return Err(Error::ErrSchemeType); in parse_uri()
H A Derror.rs59 ErrSchemeType, enumerator
/webrtc/ice/src/url/
H A Durl_test.rs110 ("", Error::ErrSchemeType), in test_parse_url_failure()
114 ("google.de", Error::ErrSchemeType), in test_parse_url_failure()
H A Dmod.rs150 return Err(Error::ErrSchemeType); in parse_url()
225 return Err(Error::ErrSchemeType); in parse_url()
/webrtc/ice/src/
H A Derror.rs19 ErrSchemeType, enumerator