/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | dns.rs | 14 pub struct LookupHost { struct 15 data: LookupHostQuery, argument 21 impl LookupHost { argument 27 impl Iterator for LookupHost { implementation 73 pub fn lookup(query: &str, port: u16) -> Result<LookupHost, DnsError> { in lookup() 100 impl TryFrom<&str> for LookupHost { implementation 103 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from() 120 impl TryFrom<(&str, u16)> for LookupHost { implementation 123 fn try_from(v: (&str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | dns.rs | 14 pub struct LookupHost { struct 15 data: LookupHostQuery, argument 21 impl LookupHost { implementation 27 impl Iterator for LookupHost { implementation 73 pub fn lookup(query: &str, port: u16) -> Result<LookupHost, DnsError> { in lookup() 100 impl TryFrom<&str> for LookupHost { implementation 103 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from() 120 impl TryFrom<(&str, u16)> for LookupHost { implementation 123 fn try_from(v: (&str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | dns.rs | 14 pub struct LookupHost { struct 15 data: LookupHostQuery, argument 21 impl LookupHost { argument 27 impl Iterator for LookupHost { implementation 73 pub fn lookup(query: &str, port: u16) -> Result<LookupHost, DnsError> { in lookup() 100 impl TryFrom<&str> for LookupHost { implementation 103 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from() 120 impl TryFrom<(&str, u16)> for LookupHost { implementation 123 fn try_from(v: (&str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | dns.rs | 14 pub struct LookupHost { struct 15 data: LookupHostQuery, argument 21 impl LookupHost { argument 27 impl Iterator for LookupHost { implementation 73 pub fn lookup(query: &str, port: u16) -> Result<LookupHost, DnsError> { in lookup() 100 impl TryFrom<&str> for LookupHost { implementation 103 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from() 120 impl TryFrom<(&str, u16)> for LookupHost { implementation 123 fn try_from(v: (&str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | dns.rs | 14 pub struct LookupHost { struct 15 data: LookupHostQuery, argument 21 impl LookupHost { impl 27 impl Iterator for LookupHost { implementation 73 pub fn lookup(query: &str, port: u16) -> Result<LookupHost, DnsError> { in lookup() 100 impl TryFrom<&str> for LookupHost { implementation 103 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from() 120 impl TryFrom<(&str, u16)> for LookupHost { implementation 123 fn try_from(v: (&str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | net.rs | 146 pub struct LookupHost { struct 152 impl LookupHost { impl 158 impl Iterator for LookupHost { implementation 174 unsafe impl Sync for LookupHost {} implementation 175 unsafe impl Send for LookupHost {} implementation 177 impl Drop for LookupHost { implementation 183 impl TryFrom<&str> for LookupHost { implementation 186 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from() 203 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 206 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | net.rs | 146 pub struct LookupHost { struct 152 impl LookupHost { argument 158 impl Iterator for LookupHost { implementation 174 unsafe impl Sync for LookupHost {} implementation 175 unsafe impl Send for LookupHost {} implementation 177 impl Drop for LookupHost { implementation 183 impl TryFrom<&str> for LookupHost { implementation 186 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from() 203 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 206 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | net.rs | 146 pub struct LookupHost { struct 152 impl LookupHost { argument 158 impl Iterator for LookupHost { implementation 174 unsafe impl Sync for LookupHost {} implementation 175 unsafe impl Send for LookupHost {} implementation 177 impl Drop for LookupHost { implementation 183 impl TryFrom<&str> for LookupHost { implementation 186 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from() 203 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 206 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | net.rs | 146 pub struct LookupHost { struct 152 impl LookupHost { implementation 158 impl Iterator for LookupHost { implementation 174 unsafe impl Sync for LookupHost {} implementation 175 unsafe impl Send for LookupHost {} implementation 177 impl Drop for LookupHost { implementation 183 impl TryFrom<&str> for LookupHost { implementation 186 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from() 203 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 206 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | net.rs | 146 pub struct LookupHost { struct 152 impl LookupHost { argument 158 impl Iterator for LookupHost { implementation 174 unsafe impl Sync for LookupHost {} implementation 175 unsafe impl Send for LookupHost {} implementation 177 impl Drop for LookupHost { implementation 183 impl TryFrom<&str> for LookupHost { implementation 186 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from() 203 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 206 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | l4re.rs | 524 pub struct LookupHost { struct 525 original: *mut libc::addrinfo, 526 cur: *mut libc::addrinfo, 529 impl Iterator for LookupHost { implementation 536 impl LookupHost { implementation 542 unsafe impl Sync for LookupHost {} implementation 543 unsafe impl Send for LookupHost {} implementation 545 impl TryFrom<&str> for LookupHost { implementation 548 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 553 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | l4re.rs | 524 pub struct LookupHost { struct 525 original: *mut libc::addrinfo, 526 cur: *mut libc::addrinfo, 529 impl Iterator for LookupHost { implementation 536 impl LookupHost { implementation 542 unsafe impl Sync for LookupHost {} implementation 543 unsafe impl Send for LookupHost {} implementation 545 impl TryFrom<&str> for LookupHost { implementation 548 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 553 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | l4re.rs | 524 pub struct LookupHost { struct 525 original: *mut libc::addrinfo, 526 cur: *mut libc::addrinfo, 529 impl Iterator for LookupHost { implementation 536 impl LookupHost { implementation 542 unsafe impl Sync for LookupHost {} implementation 543 unsafe impl Send for LookupHost {} implementation 545 impl TryFrom<&str> for LookupHost { implementation 548 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 553 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | l4re.rs | 524 pub struct LookupHost { struct 525 original: *mut libc::addrinfo, 526 cur: *mut libc::addrinfo, 529 impl Iterator for LookupHost { implementation 536 impl LookupHost { implementation 542 unsafe impl Sync for LookupHost {} implementation 543 unsafe impl Send for LookupHost {} implementation 545 impl TryFrom<&str> for LookupHost { implementation 548 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 553 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | l4re.rs | 524 pub struct LookupHost { struct 525 original: *mut libc::addrinfo, 526 cur: *mut libc::addrinfo, 529 impl Iterator for LookupHost { implementation 536 impl LookupHost { impl 542 unsafe impl Sync for LookupHost {} implementation 543 unsafe impl Send for LookupHost {} implementation 545 impl TryFrom<&str> for LookupHost { implementation 548 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 553 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/ |
H A D | net.rs | 305 pub struct LookupHost(!); struct 307 impl LookupHost { implementation 313 impl Iterator for LookupHost { implementation 320 impl TryFrom<&str> for LookupHost { implementation 323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | net.rs | 305 pub struct LookupHost(!); struct 307 impl LookupHost { impl 313 impl Iterator for LookupHost { implementation 320 impl TryFrom<&str> for LookupHost { implementation 323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/ |
H A D | net.rs | 305 pub struct LookupHost(!); struct 307 impl LookupHost { implementation 313 impl Iterator for LookupHost { implementation 320 impl TryFrom<&str> for LookupHost { implementation 323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | net.rs | 305 pub struct LookupHost(!); struct 307 impl LookupHost { impl 313 impl Iterator for LookupHost { implementation 320 impl TryFrom<&str> for LookupHost { implementation 323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | net.rs | 305 pub struct LookupHost(!); struct 307 impl LookupHost { implementation 313 impl Iterator for LookupHost { implementation 320 impl TryFrom<&str> for LookupHost { implementation 323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/ |
H A D | net.rs | 305 pub struct LookupHost(!); struct 307 impl LookupHost { implementation 313 impl Iterator for LookupHost { implementation 320 impl TryFrom<&str> for LookupHost { implementation 323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/ |
H A D | net.rs | 305 pub struct LookupHost(!); struct 307 impl LookupHost { implementation 313 impl Iterator for LookupHost { implementation 320 impl TryFrom<&str> for LookupHost { implementation 323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | net.rs | 305 pub struct LookupHost(!); struct 307 impl LookupHost { impl 313 impl Iterator for LookupHost { implementation 320 impl TryFrom<&str> for LookupHost { implementation 323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/ |
H A D | net.rs | 305 pub struct LookupHost(!); struct 307 impl LookupHost { implementation 313 impl Iterator for LookupHost { implementation 320 impl TryFrom<&str> for LookupHost { implementation 323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | net.rs | 305 pub struct LookupHost(!); struct 307 impl LookupHost { impl 313 impl Iterator for LookupHost { implementation 320 impl TryFrom<&str> for LookupHost { implementation 323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from() 328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation 331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
|