Home
last modified time | relevance | path

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

/third_party/rust/crates/nom/tests/
Dfloat.rs16 let float_str = map_res(float_bytes, str::from_utf8); in unsigned_float() localVariable
17 map_res(float_str, FromStr::from_str)(i) in unsigned_float()
/third_party/rust/crates/nom/benchmarks/benches/
Djson.rs184 fn float_str(c: &mut Criterion) { in float_str() function
223 float_str