Home
last modified time | relevance | path

Searched refs:parse_first_char (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/humantime/src/
Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()