Home
last modified time | relevance | path

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

/external/rust/crates/url/tests/
Dunit.rs613 .set_ip_host("127.0.0.1".parse().unwrap()) in test_no_base_url()
679 url.set_ip_host("127.0.0.1".parse().unwrap()).unwrap(); in test_set_ip_host()
682 url.set_ip_host("::1".parse().unwrap()).unwrap(); in test_set_ip_host()
/external/rust/crates/url/src/
Dlib.rs1928 pub fn set_ip_host(&mut self, address: IpAddr) -> Result<(), ()> { in set_ip_host() method