Home
last modified time | relevance | path

Searched defs:visit_map (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_value.rs69 fn visit_map<A>(self, map: A) -> Result<Self::Value, A::Error> in test_map_access_to_enum() functions
H A Dtest_annotations.rs2620 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 Dignored_any.rs203 fn visit_map<A>(self, mut map: A) -> Result<Self::Value, A::Error> in visit_map() functions
H A Dmod.rs1654 fn visit_map<A>(self, map: A) -> Result<Self::Value, A::Error> in visit_map() functions
H A Dimpls.rs1422 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 Dde.rs1070 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 Dde.rs499 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