Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/winnow/src/ascii/
Dmod.rs1494 let s = take_float_or_exceptions(input)?; in float()
1502 fn take_float_or_exceptions<I, E: ParserError<I>>(input: &mut I) -> PResult<<I as Stream>::Slice, E> in take_float_or_exceptions() function
Dtests.rs623 match take_float_or_exceptions.parse_peek(i) { in parse_f64()