Searched defs:ExprPath (Results 1 – 14 of 14) 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 | 1097 pub fn serialize_with(&self) -> Option<&syn::ExprPath> { in serialize_with() 1101 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() 1453 pub fn skip_serializing_if(&self) -> Option<&syn::ExprPath> { in skip_serializing_if() 1461 pub fn serialize_with(&self) -> Option<&syn::ExprPath> { in serialize_with() 1465 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() 1481 pub fn getter(&self) -> Option<&syn::ExprPath> { in getter() 1620 ) -> Result<syn::ExprPath, ()> { in parse_lit_into_expr_path()
|
| /external/rust/crates/async-trait/src/ |
| D | receiver.rs | 58 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 | 2855 deserialize_with: &syn::ExprPath, in wrap_deserialize_with() 2891 deserialize_with: &syn::ExprPath, in wrap_deserialize_field_with() 2899 deserialize_with: &syn::ExprPath, in wrap_deserialize_variant_with()
|
| /external/rust/crates/pin-project-internal/src/ |
| D | utils.rs | 326 fn visit_expr_path_mut(&mut self, expr: &mut ExprPath) { in visit_expr_path_mut()
|
| /external/rust/crates/syn/src/ |
| D | expr.rs | 2819 impl Parse for ExprPath { implementation 3401 impl ToTokens for ExprPath { implementation
|
| /external/rust/crates/syn/src/gen/ |
| D | eq.rs | 569 impl Eq for ExprPath {} implementation 572 impl PartialEq for ExprPath { implementation
|
| D | clone.rs | 587 impl Clone for ExprPath { implementation
|
| D | hash.rs | 811 impl Hash for ExprPath { implementation
|
| D | visit_mut.rs | 211 fn visit_expr_path_mut(&mut self, i: &mut ExprPath) { in visit_expr_path_mut()
|
| D | fold.rs | 208 fn fold_expr_path(&mut self, i: ExprPath) -> ExprPath { in fold_expr_path()
|
| D | debug.rs | 901 impl Debug for ExprPath { implementation
|
| D | visit.rs | 210 fn visit_expr_path(&mut self, i: &'ast ExprPath) { in visit_expr_path()
|