Searched defs:parse_u32 (Results 1 – 6 of 6) sorted by relevance
102 static bool parse_u32(const char** str, uint32_t* dst) { in parse_u32() function
152 let parse_u32 = parse_delimited_hex.try_map(move |hex| u32::from_str_radix(hex, 16)); in parse_unicode() localVariable
229 static int parse_u32(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u32() function
99 int parse_u32(const char *arg, uint32_t *result) in parse_u32() function
274 fn parse_u32(&mut self) -> Result<u32> { in parse_u32() function
195 u32 parse_u32(parser_t *p) { in parse_u32() function