Searched defs:deserialize_with (Results 1 – 3 of 3) sorted by relevance
/external/rust/android-crates-io/crates/serde_derive/src/internals/ |
D | attr.rs | 743 deserialize_with: Option<syn::ExprPath>, field 766 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable 974 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method 991 deserialize_with: Option<syn::ExprPath>, field 1036 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable 1313 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.215/src/internals/ |
D | attr.rs | 743 deserialize_with: Option<syn::ExprPath>, field 766 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable 974 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method 991 deserialize_with: Option<syn::ExprPath>, field 1036 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable 1313 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.215/src/internals/ |
D | attr.rs | 743 deserialize_with: Option<syn::ExprPath>, field 766 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable 974 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method 991 deserialize_with: Option<syn::ExprPath>, field 1036 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable 1313 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method
|