Lines Matching refs:str
568 let s: &'static str = &*DEFAULT_VALUE;
577 let s: &'static str = &*DEFAULT_VALUE;
636 static DEFAULT_VALUES: clap::__macro_refs::once_cell::sync::Lazy<Vec<&str>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| {
656 static DEFAULT_VALUES: clap::__macro_refs::once_cell::sync::Lazy<Vec<&str>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| {
891 fn push_doc_comment(&mut self, attrs: &[Attribute], short_name: &str, long_name: Option<&str>) {
1169 pub fn name(&self) -> &'static str {
1218 fn from_env(ident: Ident, env_var: &str) -> Result<Option<Self>, syn::Error> {
1263 pub id: &'static str,
1264 pub version: &'static str,
1269 fn attribute(version: &'static str, old: AttrKind, new: AttrKind, span: Span) -> Self {
1331 fn process_author_str(author: &str) -> String {