Searched defs:ExprPath (Results 1 – 16 of 16) sorted by relevance
| /external/rust/crates/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 | 940 pub fn serialize_with(&self) -> Option<&syn::ExprPath> { in serialize_with() 944 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() 1253 pub fn skip_serializing_if(&self) -> Option<&syn::ExprPath> { in skip_serializing_if() 1261 pub fn serialize_with(&self) -> Option<&syn::ExprPath> { in serialize_with() 1265 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() 1281 pub fn getter(&self) -> Option<&syn::ExprPath> { in getter() 1433 ) -> syn::Result<Option<syn::ExprPath>> { in parse_lit_into_expr_path()
|
| /external/rust/crates/async-trait/src/ |
| D | receiver.rs | 56 fn visit_expr_path_mut(&mut self, expr: &mut ExprPath) { in visit_expr_path_mut()
|
| /external/rust/crates/serde_derive/src/ |
| D | ser.rs | 1158 serialize_with: &syn::ExprPath, in wrap_serialize_field_with() 1166 serialize_with: &syn::ExprPath, in wrap_serialize_variant_with() 1193 serialize_with: &syn::ExprPath, in wrap_serialize_with()
|
| D | de.rs | 2859 deserialize_with: &syn::ExprPath, in wrap_deserialize_with() 2895 deserialize_with: &syn::ExprPath, in wrap_deserialize_field_with() 2903 deserialize_with: &syn::ExprPath, in wrap_deserialize_variant_with()
|
| /external/rust/crates/pin-project-internal/src/ |
| D | utils.rs | 314 fn visit_expr_path_mut(&mut self, expr: &mut ExprPath) { in visit_expr_path_mut()
|
| /external/rust/crates/argh_derive/src/ |
| D | parse_attrs.rs | 212 slot: &mut Option<syn::ExprPath>, in parse_attr_fn_name()
|
| /external/rust/crates/prettyplease/src/ |
| D | expr.rs | 539 pub fn expr_path(&mut self, expr: &ExprPath) { in expr_path()
|
| /external/rust/crates/syn/src/ |
| D | expr.rs | 2671 impl Parse for ExprPath { implementation 3157 impl ToTokens for ExprPath { implementation
|
| /external/rust/crates/syn/src/gen/ |
| D | debug.rs | 903 impl Debug for ExprPath { implementation 905 impl ExprPath { in fmt() implementation
|
| D | eq.rs | 587 impl Eq for ExprPath {} implementation 590 impl PartialEq for ExprPath { implementation
|
| D | clone.rs | 608 impl Clone for ExprPath { implementation
|
| D | hash.rs | 828 impl Hash for ExprPath { implementation
|
| D | visit_mut.rs | 216 fn visit_expr_path_mut(&mut self, i: &mut ExprPath) { in visit_expr_path_mut()
|
| D | fold.rs | 216 fn fold_expr_path(&mut self, i: ExprPath) -> ExprPath { in fold_expr_path()
|
| D | visit.rs | 215 fn visit_expr_path(&mut self, i: &'ast ExprPath) { in visit_expr_path()
|