Home
last modified time | relevance | path

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

/external/rust/crates/clap/3.2.23/src/
Dlib.rs191 const INVALID_UTF8: &str = "unexpected invalid UTF-8 code point"; constant
/external/rust/crates/clap/3.2.23/src/parser/
Dvalidator.rs9 use crate::{INTERNAL_ERROR_MSG, INVALID_UTF8};
412 .expect(INVALID_UTF8) in validate_arg_num_vals()
Dparser.rs23 use crate::{INTERNAL_ERROR_MSG, INVALID_UTF8};
179 .map(|x| x.to_str().expect(INVALID_UTF8)) in get_matches_with()