Searched defs:ExprPath (Results 1 – 13 of 13) sorted by relevance
| /third_party/rust/rust/tests/ui/consts/const-eval/stable-metric/ |
| D | dominators-edge-case.rs | 16 pub struct ExprPath { struct 17 pub attrs: Vec<()>, 18 pub path: Vec<()>,
|
| /third_party/rust/crates/serde/serde_derive/src/internals/ |
| D | receiver.rs | 99 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()
|
| D | attr.rs | 1020 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/ |
| D | ser.rs | 1176 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()
|
| D | de.rs | 2836 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/ |
| D | expr.rs | 2805 impl Parse for ExprPath { implementation 3289 impl ToTokens for ExprPath { implementation
|
| /third_party/rust/crates/syn/src/gen/ |
| D | debug.rs | 900 impl Debug for ExprPath { implementation 902 impl ExprPath { in fmt() impl
|
| D | eq.rs | 584 impl Eq for ExprPath {} implementation 587 impl PartialEq for ExprPath { implementation
|
| D | clone.rs | 605 impl Clone for ExprPath { implementation
|
| D | hash.rs | 825 impl Hash for ExprPath { implementation
|
| D | visit_mut.rs | 262 fn visit_expr_path_mut(&mut self, i: &mut ExprPath) { in visit_expr_path_mut()
|
| D | fold.rs | 262 fn fold_expr_path(&mut self, i: ExprPath) -> ExprPath { in fold_expr_path()
|
| D | visit.rs | 261 fn visit_expr_path(&mut self, i: &'ast ExprPath) { in visit_expr_path()
|