Searched defs:AddrParseError (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/rust/library/core/src/net/ |
| D | parser.rs | 289 pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { in parse_ascii() argument 297 fn from_str(s: &str) -> Result<IpAddr, AddrParseError> { in from_str() argument 315 pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { in parse_ascii() argument 328 fn from_str(s: &str) -> Result<Ipv4Addr, AddrParseError> { in from_str() argument 346 pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { in parse_ascii() argument 354 fn from_str(s: &str) -> Result<Ipv6Addr, AddrParseError> { in from_str() argument 372 pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { in parse_ascii() argument 380 fn from_str(s: &str) -> Result<SocketAddrV4, AddrParseError> { in from_str() argument 398 pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> { in parse_ascii() argument 406 fn from_str(s: &str) -> Result<SocketAddrV6, AddrParseError> { in from_str() argument [all …]
|