Searched refs:into_string (Results 1 – 16 of 16) sorted by relevance
68 .into_string() in run_predicate_script()76 .into_string() in run_predicate_script()
75 name.name.into_string() in from()248 pub(crate) fn into_string(self) -> String { in into_string() method268 pub(crate) fn into_string(self) -> String { in into_string() method
878 let value = ok!(value.into_string().map_err(|_| { in parse()1166 let value = ok!(value.into_string().map_err(|_| { in parse()
11 .into_string() in test_ttyname_ok()
24 self.emit(ColorBuffer::new(), &config).into_string() in emit_color()
50 pub fn into_string(self) -> String { in into_string() method
27 pub fn into_string(self) -> String { in into_string() method
57 expect_utf8!(os_string.into_string()).into_bytes() in os_string_into_vec()
66 let name = entry.file_name().into_string().unwrap(); in walk()
58 let v = match v.into_string() { in load()
396 .filter_map(|e| e.into_string().ok()) in determine_mode()
1236 pub fn into_string(self) -> result::Result<String, Self> { in into_string() method
3059 let dir = match u.dir.into_os_string().into_string() {3063 let shell = match u.shell.into_os_string().into_string() {
2610 if let Ok(path) = path.into_os_string().into_string() { in generate()
650 quote_spanned!(span=> #call.into_string()) in expand_cxx_function_shim()
5192 assert_eq!(string.clone().into_boxed_str().into_string(), string);5198 let data2 = data.clone().into_boxed_str().clone().into_string();15443 pub fn into_string(self: Box<str>) -> String {18556 s.into_string()