Home
last modified time | relevance | path

Searched refs:parse_multiple (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/cxx/syntax/
Dcfg.rs43 let list = content.call(parse_multiple)?; in parse_single()
46 let list = content.call(parse_multiple)?; in parse_single()
66 fn parse_multiple(input: ParseStream) -> Result<Vec<CfgExpr>> { in parse_multiple() function
/third_party/rust/crates/syn/src/
Dty.rs804 let bounds = TypeParamBound::parse_multiple(input, allow_plus)?; in parse_bounds()
844 let bounds = TypeParamBound::parse_multiple(input, allow_plus)?; in parse()
Dgenerics.rs782 pub(crate) fn parse_multiple( in parse_multiple() method