Home
last modified time | relevance | path

Searched defs:ExprPath (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/rust/tests/ui/consts/const-eval/stable-metric/
Ddominators-edge-case.rs16 pub struct ExprPath { struct
17 pub attrs: Vec<()>,
18 pub path: Vec<()>,
/third_party/rust/crates/serde/serde_derive/src/internals/
Dreceiver.rs99 fn visit_expr_path_mut(&mut self, expr: &mut ExprPath) { in visit_expr_path_mut()
162 fn visit_expr_path_mut_impl(&mut self, expr: &mut ExprPath) { in visit_expr_path_mut_impl()
Dattr.rs1020 pub fn serialize_with(&self) -> Option<&syn::ExprPath> { in serialize_with()
1024 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with()
1346 pub fn skip_serializing_if(&self) -> Option<&syn::ExprPath> { in skip_serializing_if()
1354 pub fn serialize_with(&self) -> Option<&syn::ExprPath> { in serialize_with()
1358 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with()
1374 pub fn getter(&self) -> Option<&syn::ExprPath> { in getter()
1533 ) -> syn::Result<Option<syn::ExprPath>> { in parse_lit_into_expr_path()
/third_party/rust/crates/serde/serde_derive/src/
Dser.rs1176 serialize_with: &syn::ExprPath, in wrap_serialize_field_with()
1184 serialize_with: &syn::ExprPath, in wrap_serialize_variant_with()
1211 serialize_with: &syn::ExprPath, in wrap_serialize_with()
Dde.rs2836 deserialize_with: &syn::ExprPath, in wrap_deserialize_with()
2873 deserialize_with: &syn::ExprPath, in wrap_deserialize_field_with()
2881 deserialize_with: &syn::ExprPath, in wrap_deserialize_variant_with()
/third_party/rust/crates/syn/src/
Dexpr.rs2805 impl Parse for ExprPath { implementation
3289 impl ToTokens for ExprPath { implementation
/third_party/rust/crates/syn/src/gen/
Ddebug.rs900 impl Debug for ExprPath { implementation
902 impl ExprPath { in fmt() impl
Deq.rs584 impl Eq for ExprPath {} implementation
587 impl PartialEq for ExprPath { implementation
Dclone.rs605 impl Clone for ExprPath { implementation
Dhash.rs825 impl Hash for ExprPath { implementation
Dvisit_mut.rs262 fn visit_expr_path_mut(&mut self, i: &mut ExprPath) { in visit_expr_path_mut()
Dfold.rs262 fn fold_expr_path(&mut self, i: ExprPath) -> ExprPath { in fold_expr_path()
Dvisit.rs261 fn visit_expr_path(&mut self, i: &'ast ExprPath) { in visit_expr_path()