Home
last modified time | relevance | path

Searched defs:parenthesized (Results 1 – 9 of 9) sorted by relevance

/external/rust/android-crates-io/crates/pin-project-internal/src/
Dutils.rs141 fn parenthesized(self) -> Result<ParseBuffer<'a>>; in parenthesized() method
145 fn parenthesized(self) -> Result<ParseBuffer<'a>> { in parenthesized() method
153 fn parenthesized(self) -> Result<ParseBuffer<'a>> { in parenthesized() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dgroup.rs146 macro_rules! parenthesized { macro
Dgenerics.rs881 let parenthesized = PathArguments::Parenthesized(args); in parse() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dgroup.rs146 macro_rules! parenthesized { macro
Dgenerics.rs881 let parenthesized = PathArguments::Parenthesized(args); in parse() localVariable
/external/rust/android-crates-io/crates/syn/src/
Dgroup.rs146 macro_rules! parenthesized { macro
Dgenerics.rs857 let parenthesized = PathArguments::Parenthesized(args); in parse() localVariable
/external/rust/android-crates-io/crates/paste/src/
Dsegment.rs42 let parenthesized = match &expect_group { in parse() localVariable
/external/python/cpython3/Doc/reference/
Dexpressions.rst157 .. _parenthesized: target