Home
last modified time | relevance | path

Searched refs:bound_lifetimes (Results 1 – 25 of 100) sorted by relevance

1234

/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/syn-0.11.11/src/aster/
H A Dwhere_predicate.rs52 bound_lifetimes: Vec::new(), in invoke()
72 bound_lifetimes: Vec::new(), in invoke()
82 bound_lifetimes: Vec<LifetimeDef>, field
91 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
105 bound_lifetimes: self.bound_lifetimes, in with_bound()
114 bound_lifetimes: self.bound_lifetimes, in bound()
161 bound_lifetimes: Vec<LifetimeDef>, field
171 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
204 bound_lifetimes: self.bound_lifetimes, in build()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/syn-0.11.11/src/aster/
H A Dwhere_predicate.rs52 bound_lifetimes: Vec::new(), in invoke()
72 bound_lifetimes: Vec::new(), in invoke()
82 bound_lifetimes: Vec<LifetimeDef>, field
91 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
105 bound_lifetimes: self.bound_lifetimes, in with_bound()
114 bound_lifetimes: self.bound_lifetimes, in bound()
161 bound_lifetimes: Vec<LifetimeDef>, field
171 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
204 bound_lifetimes: self.bound_lifetimes, in build()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syn-0.11.11/src/aster/
H A Dwhere_predicate.rs52 bound_lifetimes: Vec::new(), in invoke()
72 bound_lifetimes: Vec::new(), in invoke()
82 bound_lifetimes: Vec<LifetimeDef>, field
91 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
105 bound_lifetimes: self.bound_lifetimes, in with_bound()
114 bound_lifetimes: self.bound_lifetimes, in bound()
161 bound_lifetimes: Vec<LifetimeDef>, field
171 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
204 bound_lifetimes: self.bound_lifetimes, in build()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/syn-0.11.11/src/aster/
H A Dwhere_predicate.rs52 bound_lifetimes: Vec::new(), in invoke()
72 bound_lifetimes: Vec::new(), in invoke()
82 bound_lifetimes: Vec<LifetimeDef>, field
91 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
105 bound_lifetimes: self.bound_lifetimes, in with_bound()
114 bound_lifetimes: self.bound_lifetimes, in bound()
161 bound_lifetimes: Vec<LifetimeDef>, field
171 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
204 bound_lifetimes: self.bound_lifetimes, in build()
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/syn-0.11.11/src/aster/
H A Dwhere_predicate.rs52 bound_lifetimes: Vec::new(), in invoke()
72 bound_lifetimes: Vec::new(), in invoke()
82 bound_lifetimes: Vec<LifetimeDef>, field
91 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
105 bound_lifetimes: self.bound_lifetimes, in with_bound()
114 bound_lifetimes: self.bound_lifetimes, in bound()
161 bound_lifetimes: Vec<LifetimeDef>, field
171 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
204 bound_lifetimes: self.bound_lifetimes, in build()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/syn-0.11.11/src/aster/
H A Dwhere_predicate.rs52 bound_lifetimes: Vec::new(), in invoke()
72 bound_lifetimes: Vec::new(), in invoke()
82 bound_lifetimes: Vec<LifetimeDef>, field
91 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
105 bound_lifetimes: self.bound_lifetimes, in with_bound()
114 bound_lifetimes: self.bound_lifetimes, in bound()
161 bound_lifetimes: Vec<LifetimeDef>, field
171 self.bound_lifetimes.push(lifetime.into_lifetime_def()); in with_for_lifetime()
204 bound_lifetimes: self.bound_lifetimes, in build()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/syn-0.11.11/src/
H A Dgenerics.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
245 named!(pub bound_lifetimes -> Vec<LifetimeDef>, opt_vec!(do_parse!(
309 bound_lifetimes: bound_lifetimes >>
314 bound_lifetimes: bound_lifetimes,
482 if !self.bound_lifetimes.is_empty() { in to_tokens()
485 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
H A Dty.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
241 use generics::parsing::{lifetime, lifetime_def, ty_param_bound, bound_lifetimes};
388 bound_lifetimes: Vec::new(),
533 bound_lifetimes: bound_lifetimes >>
545 bound_lifetimes: bound_lifetimes,
777 if !self.bound_lifetimes.is_empty() { in to_tokens()
780 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/syn-0.11.11/src/
H A Dgenerics.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
245 named!(pub bound_lifetimes -> Vec<LifetimeDef>, opt_vec!(do_parse!(
309 bound_lifetimes: bound_lifetimes >>
314 bound_lifetimes: bound_lifetimes,
482 if !self.bound_lifetimes.is_empty() { in to_tokens()
485 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
H A Dty.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
241 use generics::parsing::{lifetime, lifetime_def, ty_param_bound, bound_lifetimes};
388 bound_lifetimes: Vec::new(),
533 bound_lifetimes: bound_lifetimes >>
545 bound_lifetimes: bound_lifetimes,
777 if !self.bound_lifetimes.is_empty() { in to_tokens()
780 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/syn-0.11.11/src/
H A Dgenerics.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
245 named!(pub bound_lifetimes -> Vec<LifetimeDef>, opt_vec!(do_parse!(
309 bound_lifetimes: bound_lifetimes >>
314 bound_lifetimes: bound_lifetimes,
482 if !self.bound_lifetimes.is_empty() { in to_tokens()
485 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
H A Dty.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
241 use generics::parsing::{lifetime, lifetime_def, ty_param_bound, bound_lifetimes};
388 bound_lifetimes: Vec::new(),
533 bound_lifetimes: bound_lifetimes >>
545 bound_lifetimes: bound_lifetimes,
777 if !self.bound_lifetimes.is_empty() { in to_tokens()
780 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syn-0.11.11/src/
H A Dgenerics.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
245 named!(pub bound_lifetimes -> Vec<LifetimeDef>, opt_vec!(do_parse!(
309 bound_lifetimes: bound_lifetimes >>
314 bound_lifetimes: bound_lifetimes,
482 if !self.bound_lifetimes.is_empty() { in to_tokens()
485 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
H A Dty.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
241 use generics::parsing::{lifetime, lifetime_def, ty_param_bound, bound_lifetimes};
388 bound_lifetimes: Vec::new(),
533 bound_lifetimes: bound_lifetimes >>
545 bound_lifetimes: bound_lifetimes,
777 if !self.bound_lifetimes.is_empty() { in to_tokens()
780 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/syn-0.11.11/src/
H A Dgenerics.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
245 named!(pub bound_lifetimes -> Vec<LifetimeDef>, opt_vec!(do_parse!(
309 bound_lifetimes: bound_lifetimes >>
314 bound_lifetimes: bound_lifetimes,
482 if !self.bound_lifetimes.is_empty() { in to_tokens()
485 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
H A Dty.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
241 use generics::parsing::{lifetime, lifetime_def, ty_param_bound, bound_lifetimes};
388 bound_lifetimes: Vec::new(),
533 bound_lifetimes: bound_lifetimes >>
545 bound_lifetimes: bound_lifetimes,
777 if !self.bound_lifetimes.is_empty() { in to_tokens()
780 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/syn-0.11.11/src/
H A Dgenerics.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
245 named!(pub bound_lifetimes -> Vec<LifetimeDef>, opt_vec!(do_parse!(
309 bound_lifetimes: bound_lifetimes >>
314 bound_lifetimes: bound_lifetimes,
482 if !self.bound_lifetimes.is_empty() { in to_tokens()
485 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
H A Dty.rs163 pub bound_lifetimes: Vec<LifetimeDef>, field
241 use generics::parsing::{lifetime, lifetime_def, ty_param_bound, bound_lifetimes};
388 bound_lifetimes: Vec::new(),
533 bound_lifetimes: bound_lifetimes >>
545 bound_lifetimes: bound_lifetimes,
777 if !self.bound_lifetimes.is_empty() { in to_tokens()
780 tokens.append_separated(&self.bound_lifetimes, ","); in to_tokens()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/serde_derive/src/
H A Dbound.rs159 bound_lifetimes: Vec::new(), in with_bound()
166 bound_lifetimes: Vec::new(), in with_bound()
191 bound_lifetimes: Vec::new(), in with_self_bound()
198 bound_lifetimes: Vec::new(), in with_self_bound()
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/serde_derive-1.0.27/src/
H A Dbound.rs159 bound_lifetimes: Vec::new(), in with_bound()
166 bound_lifetimes: Vec::new(), in with_bound()
191 bound_lifetimes: Vec::new(), in with_self_bound()
198 bound_lifetimes: Vec::new(), in with_self_bound()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/rustc-demangle-0.1.18/src/
H A Dv0.rs646 let bound_lifetimes = parse!(self, opt_integer_62(b'G')); in in_binder() localVariable
648 if bound_lifetimes > 0 { in in_binder()
650 for i in 0..bound_lifetimes { in in_binder()
663 self.bound_lifetime_depth -= bound_lifetimes as u32; in in_binder()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/rustc-demangle-0.1.18/src/
H A Dv0.rs646 let bound_lifetimes = parse!(self, opt_integer_62(b'G')); in in_binder() localVariable
648 if bound_lifetimes > 0 { in in_binder()
650 for i in 0..bound_lifetimes { in in_binder()
663 self.bound_lifetime_depth -= bound_lifetimes as u32; in in_binder()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/rustc-demangle-0.1.18/src/
H A Dv0.rs646 let bound_lifetimes = parse!(self, opt_integer_62(b'G')); in in_binder() localVariable
648 if bound_lifetimes > 0 { in in_binder()
650 for i in 0..bound_lifetimes { in in_binder()
663 self.bound_lifetime_depth -= bound_lifetimes as u32; in in_binder()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/rustc-demangle-0.1.18/src/
H A Dv0.rs646 let bound_lifetimes = parse!(self, opt_integer_62(b'G')); in in_binder() localVariable
648 if bound_lifetimes > 0 { in in_binder()
650 for i in 0..bound_lifetimes { in in_binder()
663 self.bound_lifetime_depth -= bound_lifetimes as u32; in in_binder()
/dports/dns/dog/dog-0.1.0/cargo-crates/rustc-demangle-0.1.18/src/
H A Dv0.rs646 let bound_lifetimes = parse!(self, opt_integer_62(b'G')); in in_binder() localVariable
648 if bound_lifetimes > 0 { in in_binder()
650 for i in 0..bound_lifetimes { in in_binder()
663 self.bound_lifetime_depth -= bound_lifetimes as u32; in in_binder()

1234