Lines Matching refs:std
15 use std::env;
556 quote!(<#ty as ::std::default::Default>::default())
575 ::std::string::ToString::to_string(&val)
623 T: ::std::borrow::Borrow<#inner_type>
632 static DEFAULT_STRINGS: clap::__macro_refs::once_cell::sync::Lazy<Vec<::std::string::String>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| {
637 DEFAULT_STRINGS.iter().map(::std::string::String::as_str).collect()
647 T: ::std::borrow::Borrow<#inner_type>
652 static DEFAULT_STRINGS: clap::__macro_refs::once_cell::sync::Lazy<Vec<::std::string::String>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| {
657 DEFAULT_STRINGS.iter().map(::std::string::String::as_str).collect()
688 quote!(<#ty as ::std::default::Default>::default())
696 static DEFAULT_VALUE: clap::__macro_refs::once_cell::sync::Lazy<::std::ffi::OsString> = clap::__macro_refs::once_cell::sync::Lazy::new(|| {
700 let s: &'static ::std::ffi::OsStr = &*DEFAULT_VALUE;
705 static DEFAULT_VALUE: clap::__macro_refs::once_cell::sync::Lazy<::std::ffi::OsString> = clap::__macro_refs::once_cell::sync::Lazy::new(|| {
707 ::std::ffi::OsString::from(val)
709 let s: &'static ::std::ffi::OsStr = &*DEFAULT_VALUE;
753 fn iter_to_vals<T>(iterable: impl IntoIterator<Item = T>) -> impl Iterator<Item=::std::ffi::OsString>
755 T: ::std::borrow::Borrow<#inner_type>
764 static DEFAULT_OS_STRINGS: clap::__macro_refs::once_cell::sync::Lazy<Vec<::std::ffi::OsString>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| {
768 static DEFAULT_VALUES: clap::__macro_refs::once_cell::sync::Lazy<Vec<&::std::ffi::OsStr>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| {
769 DEFAULT_OS_STRINGS.iter().map(::std::ffi::OsString::as_os_str).collect()
777 fn iter_to_vals<T>(iterable: impl IntoIterator<Item = T>) -> impl Iterator<Item=::std::ffi::OsString>
779 T: ::std::borrow::Borrow<#inner_type>
784 static DEFAULT_OS_STRINGS: clap::__macro_refs::once_cell::sync::Lazy<Vec<::std::ffi::OsString>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| {
788 static DEFAULT_VALUES: clap::__macro_refs::once_cell::sync::Lazy<Vec<&::std::ffi::OsStr>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| {
789 DEFAULT_OS_STRINGS.iter().map(::std::ffi::OsString::as_os_str).collect()