/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/examples/ |
D | input.rs | 1 …te :: sys :: net :: netc as c ; use crate :: sys_common :: { AsInner , FromInner , IntoInner } ; #… in to_ipv4() argument
|
D | output.rustfmt.rs | 18 pub struct Ipv6Addr { struct 19 inner: c::in6_addr, 152 pub const fn to_ipv6_compatible(&self) -> Ipv6Addr { in to_ipv6_compatible() 160 pub const fn to_ipv6_mapped(&self) -> Ipv6Addr { in to_ipv6_mapped() 306 impl Ipv6Addr { implementation 307 pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { in new() 421 impl fmt::Display for Ipv6Addr { implementation 447 impl fmt::Debug for Ipv6Addr { implementation 452 impl Clone for Ipv6Addr { implementation 453 fn clone(&self) -> Ipv6Addr { in clone() [all …]
|
D | output.prettyplease.rs | 18 pub struct Ipv6Addr { struct 19 inner: c::in6_addr, 144 pub const fn to_ipv6_compatible(&self) -> Ipv6Addr { in to_ipv6_compatible() 152 pub const fn to_ipv6_mapped(&self) -> Ipv6Addr { in to_ipv6_mapped() 290 impl Ipv6Addr { implementation 300 ) -> Ipv6Addr { in new() 416 impl fmt::Display for Ipv6Addr { implementation 488 impl fmt::Debug for Ipv6Addr { implementation 493 impl Clone for Ipv6Addr { implementation 494 fn clone(&self) -> Ipv6Addr { in clone() [all …]
|
D | output.rustc.rs | 14 pub struct Ipv6Addr { struct 15 inner: c::in6_addr, 131 pub const fn to_ipv6_compatible(&self) -> Ipv6Addr { in to_ipv6_compatible() 139 pub const fn to_ipv6_mapped(&self) -> Ipv6Addr { in to_ipv6_mapped() 262 impl Ipv6Addr { implementation 264 h: u16) -> Ipv6Addr { in new() 357 impl fmt::Display for Ipv6Addr { implementation 421 impl fmt::Debug for Ipv6Addr { implementation 426 impl Clone for Ipv6Addr { implementation 427 fn clone(&self) -> Ipv6Addr { *self } in clone() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/net/ |
H A D | ip_addr.rs | 155 pub struct Ipv6Addr { struct 171 /// use std::net::Ipv6Addr; argument 964 pub const fn to_ipv6_compatible(&self) -> Ipv6Addr { in to_ipv6_compatible() 989 pub const fn to_ipv6_mapped(&self) -> Ipv6Addr { in to_ipv6_mapped() 1198 impl Ipv6Addr { impl 1214 pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { in new() 1309 pub const fn from_bits(bits: u128) -> Ipv6Addr { in from_bits() 1925 impl fmt::Display for Ipv6Addr { implementation 1999 impl fmt::Debug for Ipv6Addr { implementation 2006 impl PartialEq<IpAddr> for Ipv6Addr { implementation [all …]
|
H A D | parser.rs | 186 fn read_ipv6_addr(&mut self) -> Option<Ipv6Addr> { in read_ipv6_addr() 362 impl Ipv6Addr { impl 381 impl FromStr for Ipv6Addr { implementation 383 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/net/ |
H A D | ip_addr.rs | 155 pub struct Ipv6Addr { struct 171 /// use std::net::Ipv6Addr; argument 964 pub const fn to_ipv6_compatible(&self) -> Ipv6Addr { in to_ipv6_compatible() 989 pub const fn to_ipv6_mapped(&self) -> Ipv6Addr { in to_ipv6_mapped() 1198 impl Ipv6Addr { impl 1214 pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { in new() 1309 pub const fn from_bits(bits: u128) -> Ipv6Addr { in from_bits() 1925 impl fmt::Display for Ipv6Addr { implementation 1999 impl fmt::Debug for Ipv6Addr { implementation 2006 impl PartialEq<IpAddr> for Ipv6Addr { implementation [all …]
|
H A D | parser.rs | 186 fn read_ipv6_addr(&mut self) -> Option<Ipv6Addr> { in read_ipv6_addr() 362 impl Ipv6Addr { impl 381 impl FromStr for Ipv6Addr { implementation 383 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/net/ |
H A D | ip_addr.rs | 155 pub struct Ipv6Addr { struct 171 /// use std::net::Ipv6Addr; argument 964 pub const fn to_ipv6_compatible(&self) -> Ipv6Addr { in to_ipv6_compatible() 989 pub const fn to_ipv6_mapped(&self) -> Ipv6Addr { in to_ipv6_mapped() 1198 impl Ipv6Addr { impl 1214 pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { in new() 1309 pub const fn from_bits(bits: u128) -> Ipv6Addr { in from_bits() 1925 impl fmt::Display for Ipv6Addr { implementation 1999 impl fmt::Debug for Ipv6Addr { implementation 2006 impl PartialEq<IpAddr> for Ipv6Addr { implementation [all …]
|
H A D | parser.rs | 186 fn read_ipv6_addr(&mut self) -> Option<Ipv6Addr> { in read_ipv6_addr() 362 impl Ipv6Addr { impl 381 impl FromStr for Ipv6Addr { implementation 383 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/net/ |
H A D | ip_addr.rs | 155 pub struct Ipv6Addr { struct 171 /// use std::net::Ipv6Addr; argument 964 pub const fn to_ipv6_compatible(&self) -> Ipv6Addr { in to_ipv6_compatible() 989 pub const fn to_ipv6_mapped(&self) -> Ipv6Addr { in to_ipv6_mapped() 1198 impl Ipv6Addr { impl 1214 pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { in new() 1309 pub const fn from_bits(bits: u128) -> Ipv6Addr { in from_bits() 1925 impl fmt::Display for Ipv6Addr { implementation 1999 impl fmt::Debug for Ipv6Addr { implementation 2006 impl PartialEq<IpAddr> for Ipv6Addr { implementation [all …]
|
H A D | parser.rs | 186 fn read_ipv6_addr(&mut self) -> Option<Ipv6Addr> { in read_ipv6_addr() 362 impl Ipv6Addr { implementation 381 impl FromStr for Ipv6Addr { implementation 383 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/net/ |
H A D | ip_addr.rs | 155 pub struct Ipv6Addr { struct 171 /// use std::net::Ipv6Addr; argument 964 pub const fn to_ipv6_compatible(&self) -> Ipv6Addr { in to_ipv6_compatible() 989 pub const fn to_ipv6_mapped(&self) -> Ipv6Addr { in to_ipv6_mapped() 1198 impl Ipv6Addr { impl 1214 pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { in new() 1309 pub const fn from_bits(bits: u128) -> Ipv6Addr { in from_bits() 1925 impl fmt::Display for Ipv6Addr { implementation 1999 impl fmt::Debug for Ipv6Addr { implementation 2006 impl PartialEq<IpAddr> for Ipv6Addr { implementation [all …]
|
H A D | parser.rs | 186 fn read_ipv6_addr(&mut self) -> Option<Ipv6Addr> { in read_ipv6_addr() 362 impl Ipv6Addr { implementation 381 impl FromStr for Ipv6Addr { implementation 383 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/maybe_polyfill/no_std/net/ |
D | ip_addr.rs | 162 pub struct Ipv6Addr { struct 178 /// use std::net::Ipv6Addr; argument 970 pub const fn to_ipv6_compatible(&self) -> Ipv6Addr { in to_ipv6_compatible() 1000 pub const fn to_ipv6_mapped(&self) -> Ipv6Addr { in to_ipv6_mapped() 1186 impl Ipv6Addr { implementation 1206 pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr { in new() 1851 impl PartialEq<IpAddr> for Ipv6Addr { implementation 1873 impl PartialOrd for Ipv6Addr { implementation 1892 impl PartialOrd<IpAddr> for Ipv6Addr { implementation 1903 impl Ord for Ipv6Addr { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/ |
H A D | range.rs | 588 impl Step for Ipv6Addr { implementation 590 fn steps_between(&start: &Ipv6Addr, &end: &Ipv6Addr) -> Option<usize> { in steps_between() 595 fn forward_checked(start: Ipv6Addr, count: usize) -> Option<Ipv6Addr> { in forward_checked() 600 fn backward_checked(start: Ipv6Addr, count: usize) -> Option<Ipv6Addr> { in backward_checked() 605 unsafe fn forward_unchecked(start: Ipv6Addr, count: usize) -> Ipv6Addr { in forward_unchecked() 612 unsafe fn backward_unchecked(start: Ipv6Addr, count: usize) -> Ipv6Addr { in backward_unchecked()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/ |
H A D | range.rs | 588 impl Step for Ipv6Addr { implementation 590 fn steps_between(&start: &Ipv6Addr, &end: &Ipv6Addr) -> Option<usize> { in steps_between() 595 fn forward_checked(start: Ipv6Addr, count: usize) -> Option<Ipv6Addr> { in forward_checked() 600 fn backward_checked(start: Ipv6Addr, count: usize) -> Option<Ipv6Addr> { in backward_checked() 605 unsafe fn forward_unchecked(start: Ipv6Addr, count: usize) -> Ipv6Addr { in forward_unchecked() 612 unsafe fn backward_unchecked(start: Ipv6Addr, count: usize) -> Ipv6Addr { in backward_unchecked()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/ |
H A D | range.rs | 588 impl Step for Ipv6Addr { implementation 590 fn steps_between(&start: &Ipv6Addr, &end: &Ipv6Addr) -> Option<usize> { in steps_between() 595 fn forward_checked(start: Ipv6Addr, count: usize) -> Option<Ipv6Addr> { in forward_checked() 600 fn backward_checked(start: Ipv6Addr, count: usize) -> Option<Ipv6Addr> { in backward_checked() 605 unsafe fn forward_unchecked(start: Ipv6Addr, count: usize) -> Ipv6Addr { in forward_unchecked() 612 unsafe fn backward_unchecked(start: Ipv6Addr, count: usize) -> Ipv6Addr { in backward_unchecked()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/ |
H A D | range.rs | 588 impl Step for Ipv6Addr { implementation 590 fn steps_between(&start: &Ipv6Addr, &end: &Ipv6Addr) -> Option<usize> { in steps_between() 595 fn forward_checked(start: Ipv6Addr, count: usize) -> Option<Ipv6Addr> { in forward_checked() 600 fn backward_checked(start: Ipv6Addr, count: usize) -> Option<Ipv6Addr> { in backward_checked() 605 unsafe fn forward_unchecked(start: Ipv6Addr, count: usize) -> Ipv6Addr { in forward_unchecked() 612 unsafe fn backward_unchecked(start: Ipv6Addr, count: usize) -> Ipv6Addr { in backward_unchecked()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/ |
H A D | range.rs | 588 impl Step for Ipv6Addr { implementation 590 fn steps_between(&start: &Ipv6Addr, &end: &Ipv6Addr) -> Option<usize> { in steps_between() 595 fn forward_checked(start: Ipv6Addr, count: usize) -> Option<Ipv6Addr> { in forward_checked() 600 fn backward_checked(start: Ipv6Addr, count: usize) -> Option<Ipv6Addr> { in backward_checked() 605 unsafe fn forward_unchecked(start: Ipv6Addr, count: usize) -> Ipv6Addr { in forward_unchecked() 612 unsafe fn backward_unchecked(start: Ipv6Addr, count: usize) -> Ipv6Addr { in backward_unchecked()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/net/ |
H A D | ip_addr.rs | 31 impl IntoInner<c::in6_addr> for Ipv6Addr { implementation 36 impl FromInner<c::in6_addr> for Ipv6Addr { implementation 38 fn from_inner(addr: c::in6_addr) -> Ipv6Addr { in from_inner()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/net/ |
H A D | ip_addr.rs | 31 impl IntoInner<c::in6_addr> for Ipv6Addr { implementation 36 impl FromInner<c::in6_addr> for Ipv6Addr { implementation 38 fn from_inner(addr: c::in6_addr) -> Ipv6Addr { in from_inner()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/net/ |
H A D | ip_addr.rs | 31 impl IntoInner<c::in6_addr> for Ipv6Addr { implementation 36 impl FromInner<c::in6_addr> for Ipv6Addr { implementation 38 fn from_inner(addr: c::in6_addr) -> Ipv6Addr { in from_inner()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/net/ |
H A D | ip_addr.rs | 31 impl IntoInner<c::in6_addr> for Ipv6Addr { implementation 36 impl FromInner<c::in6_addr> for Ipv6Addr { implementation 38 fn from_inner(addr: c::in6_addr) -> Ipv6Addr { in from_inner()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/net/ |
H A D | ip_addr.rs | 31 impl IntoInner<c::in6_addr> for Ipv6Addr { implementation 36 impl FromInner<c::in6_addr> for Ipv6Addr { implementation 38 fn from_inner(addr: c::in6_addr) -> Ipv6Addr { in from_inner()
|