Home
last modified time | relevance | path

Searched defs:String (Results 1 – 14 of 14) sorted by relevance

/linux/rust/macros/
H A Dhelpers.rs5 pub(crate) fn try_ident(it: &mut token_stream::IntoIter) -> Option<String> { in try_ident()
24 pub(crate) fn try_literal(it: &mut token_stream::IntoIter) -> Option<String> { in try_literal()
32 pub(crate) fn try_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_string()
48 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident()
60 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string()
64 pub(crate) fn expect_string_ascii(it: &mut token_stream::IntoIter) -> String { in expect_string_ascii()
124 pub(crate) fn expect_string_field(it: &mut token_stream::IntoIter, expected_name: &str) -> String { in expect_string_field()
H A Dpaste.rs5 fn concat_helper(tokens: &[TokenTree]) -> Vec<(String, Span)> { in concat_helper()
H A Dmodule.rs7 fn expect_string_array(it: &mut token_stream::IntoIter) -> Vec<String> { in expect_string_array()
188 fn expect_param_default(param_it: &mut token_stream::IntoIter) -> String { in expect_param_default()
/linux/tools/power/cpupower/utils/helpers/
H A Dhelpers.h22 #define _(String) gettext(String) argument
24 #define gettext_noop(String) String argument
26 #define N_(String) gettext_noop(String) argument
30 #define _(String) String argument
31 #define N_(String) String argument
/linux/rust/proc-macro2/probe/
H A Dproc_macro_span_file.rs10 pub fn file(this: &Span) -> String { in file()
H A Dproc_macro_span.rs35 pub fn file(this: &Span) -> String { in file()
/linux/rust/proc-macro2/
H A Dfallback.rs405 fn source_text(&mut self, span: Span) -> String { in source_text()
478 fn filepath(&self, span: Span) -> String { in filepath()
579 pub(crate) fn file(&self) -> String { in file()
623 pub(crate) fn source_text(&self) -> Option<String> { in source_text()
628 pub(crate) fn source_text(&self) -> Option<String> { in source_text()
1193 fn escape_utf8(string: &str, repr: &mut String) { in escape_utf8()
H A Dwrapper.rs471 pub(crate) fn file(&self) -> String { in file()
511 pub(crate) fn source_text(&self) -> Option<String> { in source_text()
H A Dlib.rs478 pub fn file(&self) -> String { in file()
521 pub fn source_text(&self) -> Option<String> { in source_text()
/linux/rust/syn/
H A Dbigint.rs15 pub(crate) fn to_string(&self) -> String { in to_string()
H A Dlit.rs146 pub fn value(&self) -> String { in value()
/linux/scripts/
H A Dgenerate_rust_target.rs22 String(String), enumerator
/linux/rust/quote/
H A Dto_tokens.rs120 impl ToTokens for String { implementation
/linux/arch/x86/kvm/
H A Demulate.c121 #define String (1<<13) /* String instruction (rep capable) */ macro