Home
last modified time | relevance | path

Searched refs:lifetimes (Results 1 - 25 of 52) sorted by relevance

123

/third_party/rust/crates/syn/src/
H A Dgenerics.rs107 pub fn lifetimes(&self) -> Lifetimes { in lifetimes() functions
400 /// A set of bound lifetimes: `for<'a, 'b, 'c>`.
405 pub lifetimes: Punctuated<GenericParam, Token![,]>,
415 lifetimes: Punctuated::new(), in default()
463 pub lifetimes: Option<BoundLifetimes>,
522 /// Any lifetimes from a `for` binding
523 pub lifetimes: Option<BoundLifetimes>,
672 lifetimes: { in parse()
673 let mut lifetimes = Punctuated::new(); in parse() variables
677 lifetimes in parse()
[all...]
H A Dty.rs99 pub lifetimes: Option<BoundLifetimes>,
338 let mut lifetimes = None::<BoundLifetimes>; variables
341 lifetimes = input.parse()?;
415 lifetimes: None,
466 bare_fn.lifetimes = lifetimes;
494 if lifetimes.is_some() || allow_plus && input.peek(Token![+]) {
499 lifetimes,
637 lifetimes: input.parse()?, in parse()
818 // Just lifetimes lik in parse_bounds()
[all...]
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dparse.rs87 let mut lifetimes = Punctuated::new(); in parse_struct() variables
98 lifetimes.push_value(param.lifetime); in parse_struct()
100 lifetimes.push_punct(punct); in parse_struct()
171 lifetimes, in parse_struct()
259 lifetimes: Punctuated::new(), in parse_enum()
754 let lifetimes = extern_type_lifetimes(cx, generics); in parse_extern_verbatim_type()
764 lifetimes, in parse_extern_verbatim_type()
779 lifetimes, in parse_extern_verbatim_type()
793 let mut lifetimes = Punctuated::new(); in extern_type_lifetimes() variables
804 lifetimes in extern_type_lifetimes()
1296 let mut lifetimes = Punctuated::new(); parse_type_path() variables
[all...]
H A Dimpls.rs92 lifetimes, in eq()
97 lifetimes: lifetimes2, in eq()
100 lifetimes.iter().eq(lifetimes2) in eq()
108 lifetimes, in hash()
111 lifetimes.len().hash(state); in hash()
112 for lifetime in lifetimes { in hash()
H A Dnames.rs30 lifetimes: Punctuated::new(), in new()
H A Dtokens.rs245 lifetimes, in to_tokens()
249 lifetimes.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dparse.rs87 let mut lifetimes = Punctuated::new(); in parse_struct() variables
98 lifetimes.push_value(param.lifetime); in parse_struct()
100 lifetimes.push_punct(punct); in parse_struct()
171 lifetimes, in parse_struct()
259 lifetimes: Punctuated::new(), in parse_enum()
754 let lifetimes = extern_type_lifetimes(cx, generics); in parse_extern_verbatim_type()
764 lifetimes, in parse_extern_verbatim_type()
779 lifetimes, in parse_extern_verbatim_type()
793 let mut lifetimes = Punctuated::new(); in extern_type_lifetimes() variables
804 lifetimes in extern_type_lifetimes()
1296 let mut lifetimes = Punctuated::new(); parse_type_path() variables
[all...]
H A Dimpls.rs92 lifetimes, in eq()
97 lifetimes: lifetimes2, in eq()
100 lifetimes.iter().eq(lifetimes2) in eq()
108 lifetimes, in hash()
111 lifetimes.len().hash(state); in hash()
112 for lifetime in lifetimes { in hash()
H A Dnames.rs30 lifetimes: Punctuated::new(), in new()
H A Dtokens.rs245 lifetimes, in to_tokens()
249 lifetimes.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dparse.rs87 let mut lifetimes = Punctuated::new(); in parse_struct() variables
98 lifetimes.push_value(param.lifetime); in parse_struct()
100 lifetimes.push_punct(punct); in parse_struct()
171 lifetimes, in parse_struct()
259 lifetimes: Punctuated::new(), in parse_enum()
754 let lifetimes = extern_type_lifetimes(cx, generics); in parse_extern_verbatim_type()
764 lifetimes, in parse_extern_verbatim_type()
779 lifetimes, in parse_extern_verbatim_type()
793 let mut lifetimes = Punctuated::new(); in extern_type_lifetimes() variables
804 lifetimes in extern_type_lifetimes()
1296 let mut lifetimes = Punctuated::new(); parse_type_path() variables
[all...]
H A Dimpls.rs92 lifetimes, in eq()
97 lifetimes: lifetimes2, in eq()
100 lifetimes.iter().eq(lifetimes2) in eq()
108 lifetimes, in hash()
111 lifetimes.len().hash(state); in hash()
112 for lifetime in lifetimes { in hash()
H A Dnames.rs30 lifetimes: Punctuated::new(), in new()
H A Dtokens.rs245 lifetimes, in to_tokens()
249 lifetimes.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dparse.rs87 let mut lifetimes = Punctuated::new(); in parse_struct() variables
98 lifetimes.push_value(param.lifetime); in parse_struct()
100 lifetimes.push_punct(punct); in parse_struct()
171 lifetimes, in parse_struct()
259 lifetimes: Punctuated::new(), in parse_enum()
754 let lifetimes = extern_type_lifetimes(cx, generics); in parse_extern_verbatim_type()
764 lifetimes, in parse_extern_verbatim_type()
779 lifetimes, in parse_extern_verbatim_type()
793 let mut lifetimes = Punctuated::new(); in extern_type_lifetimes() variables
804 lifetimes in extern_type_lifetimes()
1296 let mut lifetimes = Punctuated::new(); parse_type_path() variables
[all...]
H A Dimpls.rs92 lifetimes, in eq()
97 lifetimes: lifetimes2, in eq()
100 lifetimes.iter().eq(lifetimes2) in eq()
108 lifetimes, in hash()
111 lifetimes.len().hash(state); in hash()
112 for lifetime in lifetimes { in hash()
H A Dnames.rs30 lifetimes: Punctuated::new(), in new()
H A Dtokens.rs245 lifetimes, in to_tokens()
249 lifetimes.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/syntax/
H A Dparse.rs87 let mut lifetimes = Punctuated::new(); in parse_struct() variables
98 lifetimes.push_value(param.lifetime); in parse_struct()
100 lifetimes.push_punct(punct); in parse_struct()
171 lifetimes, in parse_struct()
259 lifetimes: Punctuated::new(), in parse_enum()
754 let lifetimes = extern_type_lifetimes(cx, generics); in parse_extern_verbatim_type()
764 lifetimes, in parse_extern_verbatim_type()
779 lifetimes, in parse_extern_verbatim_type()
793 let mut lifetimes = Punctuated::new(); in extern_type_lifetimes() variables
804 lifetimes in extern_type_lifetimes()
1296 let mut lifetimes = Punctuated::new(); parse_type_path() variables
[all...]
H A Dimpls.rs92 lifetimes, in eq()
97 lifetimes: lifetimes2, in eq()
100 lifetimes.iter().eq(lifetimes2) in eq()
108 lifetimes, in hash()
111 lifetimes.len().hash(state); in hash()
112 for lifetime in lifetimes { in hash()
H A Dnames.rs30 lifetimes: Punctuated::new(), in new()
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs808 lifetimes: Option<BTreeSet<syn::Lifetime>>,
923 let lifetimes = parse_lit_into_lifetimes(cx, &meta)?; in from_ast()
926 lifetimes: Some(lifetimes), in from_ast()
932 lifetimes: None, in from_ast()
1100 if let Some(lifetimes) = &borrow_attribute.lifetimes { in from_ast()
1101 for lifetime in lifetimes { in from_ast()
1108 borrowed_lifetimes.set(&borrow_attribute.path, lifetimes.clone()); in from_ast()
1201 let lifetimes in from_ast()
1784 let mut lifetimes = BTreeSet::new(); borrowable_lifetimes() variables
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs808 lifetimes: Option<BTreeSet<syn::Lifetime>>,
923 let lifetimes = parse_lit_into_lifetimes(cx, &meta)?; in from_ast()
926 lifetimes: Some(lifetimes), in from_ast()
932 lifetimes: None, in from_ast()
1100 if let Some(lifetimes) = &borrow_attribute.lifetimes { in from_ast()
1101 for lifetime in lifetimes { in from_ast()
1108 borrowed_lifetimes.set(&borrow_attribute.path, lifetimes.clone()); in from_ast()
1201 let lifetimes in from_ast()
1784 let mut lifetimes = BTreeSet::new(); borrowable_lifetimes() variables
[all...]
/third_party/rust/crates/serde/serde_derive/src/
H A Dbound.rs286 lifetimes: None,
294 lifetimes: None,
320 lifetimes: None, in with_self_bound()
328 lifetimes: None, in with_self_bound()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py93 self.lifetimes = set() #type: Set[str]
147 self.arguments_for['lifetime'] = sorted(self.lifetimes)
372 'KEY_LIFETIME': self.lifetimes,
401 'lifetime': [self.lifetimes],

Completed in 19 milliseconds

123