Searched refs:next_value_seed (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/serde/serde/src/de/ |
H A D | mod.rs | 1807 /// Calling `next_value_seed` before `next_key_seed` is incorrect and is in next_key_seed() 1809 fn next_value_seed<V>(&mut self, seed: V) -> Result<V::Value, Self::Error> in next_key_seed() functions 1833 let value = tri!(self.next_value_seed(vseed)); in next_key_seed() 1867 self.next_value_seed(PhantomData) in next_value() 1906 fn next_value_seed<V>(&mut self, seed: V) -> Result<V::Value, Self::Error> in next_value_seed() functions 1910 (**self).next_value_seed(seed) in next_value_seed()
|
H A D | value.rs | 1223 fn next_value_seed<T>(&mut self, seed: T) -> Result<T::Value, Self::Error> in next_value_seed() functions 1643 self.map.next_value_seed(seed) in newtype_variant_seed() 1650 self.map.next_value_seed(SeedTupleVariant { len, visitor }) in tuple_variant() 1661 self.map.next_value_seed(SeedStructVariant { visitor }) in struct_variant()
|
/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 2310 fn next_value_seed<T>(&mut self, seed: T) -> Result<T::Value, Self::Error> in next_value_seed() functions 2770 fn next_value_seed<T>(&mut self, seed: T) -> Result<T::Value, Self::Error> in next_value_seed() functions 2809 fn next_value_seed<T>(&mut self, seed: T) -> Result<T::Value, Self::Error> in next_value_seed() functions
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 1511 _serde::de::MapAccess::next_value_seed(&mut __map, #variant_seed)? in deserialize_adjacently_tagged_enum() 1628 let __ret = _serde::de::MapAccess::next_value_seed(&mut __map, in deserialize_adjacently_tagged_enum() 2712 _serde::de::MapAccess::next_value_seed(&mut __map, _serde::__private::de::InPlaceSeed(&mut self.place.#member))? in deserialize_map_in_place()
|
Completed in 13 milliseconds