Searched defs:visit_map (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_value.rs | 69 fn visit_map<A>(self, map: A) -> Result<Self::Value, A::Error> in test_map_access_to_enum() functions
|
H A D | test_annotations.rs | 2620 fn visit_map<M>(self, mut map: M) -> Result<Self::Value, M::Error> in test_flatten_any_after_flatten_struct() functions
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | ignored_any.rs | 203 fn visit_map<A>(self, mut map: A) -> Result<Self::Value, A::Error> in visit_map() functions
|
H A D | mod.rs | 1654 fn visit_map<A>(self, map: A) -> Result<Self::Value, A::Error> in visit_map() functions
|
H A D | impls.rs | 1422 fn visit_map<A>(self, mut $access: A) -> Result<Self::Value, A::Error> in deserialize() functions 2126 fn visit_map<A>(self, mut map: A) -> Result<Self::Value, A::Error> in deserialize() functions 2265 fn visit_map<A>(self, mut map: A) -> Result<Self::Value, A::Error> in deserialize() functions 2460 fn visit_map<A>(self, mut map: A) -> Result<Self::Value, A::Error> in visit_map() functions 2609 fn visit_map<A>(self, mut map: A) -> Result<Self::Value, A::Error> in visit_map() functions 2747 fn visit_map<A>(self, mut map: A) -> Result<Self::Value, A::Error> in visit_map() functions
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 1070 fn visit_map<__A>(self, mut __map: __A) -> _serde::__private::Result<Self::Value, __A::Error> in deserialize_struct() functions 1162 fn visit_map<__A>(self, mut __map: __A) -> _serde::__private::Result<Self::Value, __A::Error> in deserialize_struct_in_place() functions 1610 fn visit_map<__A>(self, mut __map: __A) -> _serde::__private::Result<Self::Value, __A::Error> in deserialize_adjacently_tagged_enum() functions
|
/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 499 fn visit_map<V>(self, mut visitor: V) -> Result<Self::Value, V::Error> in visit_map() functions 796 fn visit_map<V>(self, visitor: V) -> Result<Self::Value, V::Error> in visit_map() functions 860 fn visit_map<M>(self, mut map: M) -> Result<Self::Value, M::Error> in visit_map() functions 2404 fn visit_map<M>(self, mut access: M) -> Result<(), M::Error> in visit_map() functions [all...] |
Completed in 16 milliseconds