Searched refs:SERIALIZE_WITH (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 823 let mut serialize_with = Attr::none(cx, SERIALIZE_WITH); in from_ast() 910 } else if meta.path == SERIALIZE_WITH { in from_ast() 912 if let Some(path) = parse_lit_into_expr_path(cx, SERIALIZE_WITH, &meta)? { in from_ast() 1085 let mut serialize_with = Attr::none(cx, SERIALIZE_WITH); in from_ast() 1166 } else if meta.path == SERIALIZE_WITH { in from_ast() 1168 if let Some(path) = parse_lit_into_expr_path(cx, SERIALIZE_WITH, &meta)? { in from_ast()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 823 let mut serialize_with = Attr::none(cx, SERIALIZE_WITH); in from_ast() 910 } else if meta.path == SERIALIZE_WITH { in from_ast() 912 if let Some(path) = parse_lit_into_expr_path(cx, SERIALIZE_WITH, &meta)? { in from_ast() 1085 let mut serialize_with = Attr::none(cx, SERIALIZE_WITH); in from_ast() 1166 } else if meta.path == SERIALIZE_WITH { in from_ast() 1168 if let Some(path) = parse_lit_into_expr_path(cx, SERIALIZE_WITH, &meta)? { in from_ast()
|
Completed in 5 milliseconds