Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/prettyplease/examples/
Doutput.rustc.rs342 pub const fn to_ipv4(&self) -> Option<Ipv4Addr> { in to_ipv4() method
365 } else if let Some(ipv4) = self.to_ipv4() { in fmt()
Doutput.prettyplease.rs397 pub const fn to_ipv4(&self) -> Option<Ipv4Addr> { in to_ipv4() method
424 } else if let Some(ipv4) = self.to_ipv4() { in fmt()
Dinput.rs1to_ipv4 (& self) -> Option < Ipv4Addr > { if let [0 , 0 , 0 , 0 , 0 , 0 | 0xffff , ab , cd] = self… in to_ipv4() method
Doutput.rustfmt.rs402 pub const fn to_ipv4(&self) -> Option<Ipv4Addr> { in to_ipv4() method
429 } else if let Some(ipv4) = self.to_ipv4() { in fmt()
/external/rust/android-crates-io/crates/rustix/src/maybe_polyfill/no_std/net/
Dip_addr.rs1793 pub const fn to_ipv4(&self) -> Option<Ipv4Addr> { in to_ipv4() method