Searched refs:parse_first_char (Results 1 – 1 of 1) sorted by relevance
108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()195 n = match self.parse_first_char()? { in parse()