Searched defs:from_str (Results 1 – 4 of 4) sorted by relevance
81 fn from_str(src: &BStr) -> Result<Self> { in from_str() method
78 fn from_str(s: &str) -> Result<Self> { in from_str() method
250 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() method1280 fn from_str(repr: &str) -> Result<Self, LexError> { in from_str() method
753 char to_str[IPV4_STR_SZ] = {}, from_str[IPV4_STR_SZ] = {}; in do_ping() local