Home
last modified time | relevance | path

Searched refs:collect_lifetimes_from_tokens (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs1849 collect_lifetimes_from_tokens(ty.mac.tokens.clone(), out); in collect_lifetimes()
1862 fn collect_lifetimes_from_tokens(tokens: TokenStream, out: &mut BTreeSet<syn::Lifetime>) { in collect_lifetimes_from_tokens() functions
1876 collect_lifetimes_from_tokens(tokens, out); in collect_lifetimes_from_tokens()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs1849 collect_lifetimes_from_tokens(ty.mac.tokens.clone(), out); in collect_lifetimes()
1862 fn collect_lifetimes_from_tokens(tokens: TokenStream, out: &mut BTreeSet<syn::Lifetime>) { in collect_lifetimes_from_tokens() functions
1876 collect_lifetimes_from_tokens(tokens, out); in collect_lifetimes_from_tokens()

Completed in 5 milliseconds