Searched refs:hex_to_u64 (Results 1 – 1 of 1) sorted by relevance
884 fb_impl.fetch(part, hex_to_u64(off)?, hex_to_u64(sz)?, upload_builder, &mut utils) in fetch()966 pub(crate) fn hex_to_u64(s: &str) -> Result<u64, CommandError> { in hex_to_u64() function1000 Ok(v) => hex_to_u64(v), in next_arg_u64()