Searched defs:parse_str (Results 1 – 3 of 3) sorted by relevance
58 static int parse_str(const struct hotmod_vals *v, unsigned int *val, char *name, in parse_str() function
954 pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> { in parse_str() function
1269 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() method