Home
last modified time | relevance | path

Searched refs:if_token (Results 151 – 175 of 895) sorted by relevance

12345678910>>...36

/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/syn-1.0.80/src/
H A Dexpr.rs486 pub if_token: Token![if],
2127 if_token: input.parse()?,
2822 let if_token: Token![if] = input.parse()?;
2824 Some((if_token, Box::new(guard)))
3104 self.if_token.to_tokens(tokens);
3491 if let Some((if_token, guard)) = &self.guard {
3492 if_token.to_tokens(tokens);
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/syn-1.0.60/src/
H A Dexpr.rs486 pub if_token: Token![if],
2038 if_token: input.parse()?, in parse()
2630 let if_token: Token![if] = input.parse()?; in parse() localVariable
2632 Some((if_token, Box::new(guard))) in parse()
2912 self.if_token.to_tokens(tokens); in to_tokens()
3299 if let Some((if_token, guard)) = &self.guard { in to_tokens()
3300 if_token.to_tokens(tokens); in to_tokens()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/syn-1.0.74/src/
H A Dexpr.rs486 pub if_token: Token![if],
2124 if_token: input.parse()?, in parse()
2819 let if_token: Token![if] = input.parse()?; in parse() localVariable
2821 Some((if_token, Box::new(guard))) in parse()
3101 self.if_token.to_tokens(tokens); in to_tokens()
3488 if let Some((if_token, guard)) = &self.guard { in to_tokens()
3489 if_token.to_tokens(tokens); in to_tokens()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/syn-1.0.75/src/
H A Dexpr.rs486 pub if_token: Token![if],
2124 if_token: input.parse()?, in parse()
2819 let if_token: Token![if] = input.parse()?; in parse() localVariable
2821 Some((if_token, Box::new(guard))) in parse()
3101 self.if_token.to_tokens(tokens); in to_tokens()
3488 if let Some((if_token, guard)) = &self.guard { in to_tokens()
3489 if_token.to_tokens(tokens); in to_tokens()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/syn-1.0.85/src/
H A Dexpr.rs486 pub if_token: Token![if],
2127 if_token: input.parse()?, in parse()
2822 let if_token: Token![if] = input.parse()?; in parse() localVariable
2824 Some((if_token, Box::new(guard))) in parse()
3104 self.if_token.to_tokens(tokens); in to_tokens()
3491 if let Some((if_token, guard)) = &self.guard { in to_tokens()
3492 if_token.to_tokens(tokens); in to_tokens()
/dports/x11/swayr/swayr-v0.11.2/cargo-crates/syn-1.0.82/src/
H A Dexpr.rs486 pub if_token: Token![if],
2127 if_token: input.parse()?, in parse()
2822 let if_token: Token![if] = input.parse()?; in parse() localVariable
2824 Some((if_token, Box::new(guard))) in parse()
3104 self.if_token.to_tokens(tokens); in to_tokens()
3491 if let Some((if_token, guard)) = &self.guard { in to_tokens()
3492 if_token.to_tokens(tokens); in to_tokens()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/syn-1.0.73/src/
H A Dexpr.rs486 pub if_token: Token![if],
2124 if_token: input.parse()?, in parse()
2819 let if_token: Token![if] = input.parse()?; in parse() localVariable
2821 Some((if_token, Box::new(guard))) in parse()
3101 self.if_token.to_tokens(tokens); in to_tokens()
3488 if let Some((if_token, guard)) = &self.guard { in to_tokens()
3489 if_token.to_tokens(tokens); in to_tokens()
/dports/www/monolith/monolith-2.6.1/cargo-crates/syn-1.0.73/src/
H A Dexpr.rs486 pub if_token: Token![if],
2124 if_token: input.parse()?, in parse()
2819 let if_token: Token![if] = input.parse()?; in parse() localVariable
2821 Some((if_token, Box::new(guard))) in parse()
3101 self.if_token.to_tokens(tokens); in to_tokens()
3488 if let Some((if_token, guard)) = &self.guard { in to_tokens()
3489 if_token.to_tokens(tokens); in to_tokens()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/syn-1.0.75/src/
H A Dexpr.rs486 pub if_token: Token![if],
2124 if_token: input.parse()?, in parse()
2819 let if_token: Token![if] = input.parse()?; in parse() localVariable
2821 Some((if_token, Box::new(guard))) in parse()
3101 self.if_token.to_tokens(tokens); in to_tokens()
3488 if let Some((if_token, guard)) = &self.guard { in to_tokens()
3489 if_token.to_tokens(tokens); in to_tokens()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/syn-0.15.44/src/
H A Dexpr.rs219 pub if_token: Token![if],
1774 if_token: input.parse()?, in parse()
2808 let if_token: Token![if] = input.parse()?; in parse() localVariable
2810 Some((if_token, Box::new(guard))) in parse()
3242 self.if_token.to_tokens(tokens); in to_tokens()
3604 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3605 if_token.to_tokens(tokens); in to_tokens()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/syn-0.15.44/src/
H A Dexpr.rs219 pub if_token: Token![if],
1774 if_token: input.parse()?, in parse()
2808 let if_token: Token![if] = input.parse()?; in parse() localVariable
2810 Some((if_token, Box::new(guard))) in parse()
3242 self.if_token.to_tokens(tokens); in to_tokens()
3604 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3605 if_token.to_tokens(tokens); in to_tokens()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/syn-0.15.40/src/
H A Dexpr.rs219 pub if_token: Token![if],
1774 if_token: input.parse()?, in parse()
2805 let if_token: Token![if] = input.parse()?; in parse() localVariable
2807 Some((if_token, Box::new(guard))) in parse()
3239 self.if_token.to_tokens(tokens); in to_tokens()
3601 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3602 if_token.to_tokens(tokens); in to_tokens()
/dports/security/cloak/cloak-0.2.0/cargo-crates/syn-0.15.32/src/
H A Dexpr.rs231 pub if_token: Token![if],
1801 if_token: input.parse()?, in parse()
2765 let if_token: Token![if] = input.parse()?; in parse() localVariable
2767 Some((if_token, Box::new(guard))) in parse()
3199 self.if_token.to_tokens(tokens); in to_tokens()
3561 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3562 if_token.to_tokens(tokens); in to_tokens()
/dports/net-im/fractal/fractal-4.4.0/vendor/syn-0.15.44/src/
H A Dexpr.rs219 pub if_token: Token![if],
1774 if_token: input.parse()?, in parse()
2808 let if_token: Token![if] = input.parse()?; in parse() localVariable
2810 Some((if_token, Box::new(guard))) in parse()
3242 self.if_token.to_tokens(tokens); in to_tokens()
3604 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3605 if_token.to_tokens(tokens); in to_tokens()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/syn-0.15.39/src/
H A Dexpr.rs219 pub if_token: Token![if],
1771 if_token: input.parse()?, in parse()
2802 let if_token: Token![if] = input.parse()?; in parse() localVariable
2804 Some((if_token, Box::new(guard))) in parse()
3236 self.if_token.to_tokens(tokens); in to_tokens()
3598 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3599 if_token.to_tokens(tokens); in to_tokens()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/syn-0.15.44/src/
H A Dexpr.rs219 pub if_token: Token![if],
1774 if_token: input.parse()?, in parse()
2808 let if_token: Token![if] = input.parse()?; in parse() localVariable
2810 Some((if_token, Box::new(guard))) in parse()
3242 self.if_token.to_tokens(tokens); in to_tokens()
3604 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3605 if_token.to_tokens(tokens); in to_tokens()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/syn-0.15.44/src/
H A Dexpr.rs219 pub if_token: Token![if],
1774 if_token: input.parse()?, in parse()
2808 let if_token: Token![if] = input.parse()?; in parse() localVariable
2810 Some((if_token, Box::new(guard))) in parse()
3242 self.if_token.to_tokens(tokens); in to_tokens()
3604 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3605 if_token.to_tokens(tokens); in to_tokens()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syn-0.15.44/src/
H A Dexpr.rs219 pub if_token: Token![if],
1774 if_token: input.parse()?, in parse()
2808 let if_token: Token![if] = input.parse()?; in parse() localVariable
2810 Some((if_token, Box::new(guard))) in parse()
3242 self.if_token.to_tokens(tokens); in to_tokens()
3604 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3605 if_token.to_tokens(tokens); in to_tokens()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/syn-0.15.30/src/
H A Dexpr.rs231 pub if_token: Token![if],
1798 if_token: input.parse()?, in expr_if()
2755 let if_token: Token![if] = input.parse()?; in parse() localVariable
2757 Some((if_token, Box::new(guard))) in parse()
3189 self.if_token.to_tokens(tokens); in to_tokens()
3551 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3552 if_token.to_tokens(tokens); in to_tokens()
/dports/misc/ruut/ruut-0.6.1/cargo-crates/syn-0.15.44/src/
H A Dexpr.rs219 pub if_token: Token![if],
1774 if_token: input.parse()?, in parse()
2808 let if_token: Token![if] = input.parse()?; in parse() localVariable
2810 Some((if_token, Box::new(guard))) in parse()
3242 self.if_token.to_tokens(tokens); in to_tokens()
3604 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3605 if_token.to_tokens(tokens); in to_tokens()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/syn-0.15.36/src/
H A Dexpr.rs219 pub if_token: Token![if],
1769 if_token: input.parse()?, in parse()
2798 let if_token: Token![if] = input.parse()?; in parse() localVariable
2800 Some((if_token, Box::new(guard))) in parse()
3232 self.if_token.to_tokens(tokens); in to_tokens()
3594 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3595 if_token.to_tokens(tokens); in to_tokens()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/syn-0.15.39/src/
H A Dexpr.rs219 pub if_token: Token![if],
1771 if_token: input.parse()?, in parse()
2802 let if_token: Token![if] = input.parse()?; in parse() localVariable
2804 Some((if_token, Box::new(guard))) in parse()
3236 self.if_token.to_tokens(tokens); in to_tokens()
3598 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3599 if_token.to_tokens(tokens); in to_tokens()
/dports/graphics/viu/viu-1.1/cargo-crates/syn-0.15.44/src/
H A Dexpr.rs219 pub if_token: Token![if],
1774 if_token: input.parse()?, in parse()
2808 let if_token: Token![if] = input.parse()?; in parse() localVariable
2810 Some((if_token, Box::new(guard))) in parse()
3242 self.if_token.to_tokens(tokens); in to_tokens()
3604 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3605 if_token.to_tokens(tokens); in to_tokens()
/dports/games/dose-response/dose-response-179c326/cargo-crates/syn-0.15.21/src/
H A Dexpr.rs239 pub if_token: Token![if],
1805 if_token: input.parse()?, in expr_if()
2765 let if_token: Token![if] = input.parse()?; in parse() localVariable
2767 Some((if_token, Box::new(guard))) in parse()
3199 self.if_token.to_tokens(tokens); in to_tokens()
3561 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3562 if_token.to_tokens(tokens); in to_tokens()
/dports/security/suricata/suricata-6.0.4/rust/vendor/syn-0.15.44/src/
H A Dexpr.rs219 pub if_token: Token![if],
1774 if_token: input.parse()?, in parse()
2808 let if_token: Token![if] = input.parse()?; in parse() localVariable
2810 Some((if_token, Box::new(guard))) in parse()
3242 self.if_token.to_tokens(tokens); in to_tokens()
3604 if let Some((ref if_token, ref guard)) = self.guard { in to_tokens()
3605 if_token.to_tokens(tokens); in to_tokens()

12345678910>>...36