Home
last modified time | relevance | path

Searched refs:expect_byte_string (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/rust/macros/
Dmodule.rs111 "name" => info.name = expect_byte_string(it), in parse()
112 "author" => info.author = Some(expect_byte_string(it)), in parse()
113 "description" => info.description = Some(expect_byte_string(it)), in parse()
114 "license" => info.license = expect_byte_string(it), in parse()
115 "alias" => info.alias = Some(expect_byte_string(it)), in parse()
Dhelpers.rs43 pub(crate) fn expect_byte_string(it: &mut token_stream::IntoIter) -> String { in expect_byte_string() function