Searched refs:variant_seed (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_ignored_any.rs | 42 fn variant_seed<V>(self, seed: V) -> Result<(V::Value, Self::Variant), Self::Error> in variant_seed() functions
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | mod.rs | 1990 fn variant_seed<V>(self, seed: V) -> Result<(V::Value, Self::Variant), Self::Error> in variant_seed() functions 2003 self.variant_seed(PhantomData) in variant_seed()
|
H A D | value.rs | 379 fn variant_seed<T>(self, seed: T) -> Result<(T::Value, Self::Variant), Self::Error> in variant_seed() functions 468 fn variant_seed<T>(self, seed: T) -> Result<(T::Value, Self::Variant), Self::Error> in variant_seed() functions 547 fn variant_seed<T>(self, seed: T) -> Result<(T::Value, Self::Variant), Self::Error> in variant_seed() functions 651 fn variant_seed<T>(self, seed: T) -> Result<(T::Value, Self::Variant), Self::Error> in variant_seed() functions 759 fn variant_seed<T>(self, seed: T) -> Result<(T::Value, Self::Variant), Self::Error> in variant_seed() functions 1508 fn variant_seed<T>(mut self, seed: T) -> Result<(T::Value, Self::Variant), Self::Error> in variant_seed() functions
|
/third_party/rust/crates/log/src/ |
H A D | serde.rs | 100 let (level, variant) = value.variant_seed(LevelIdentifier)?; in deserialize() 195 let (level_filter, variant) = value.variant_seed(LevelFilterIdentifier)?; in deserialize()
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 1455 let variant_seed = quote! { in deserialize_adjacently_tagged_enum() 1511 _serde::de::MapAccess::next_value_seed(&mut __map, #variant_seed)? in deserialize_adjacently_tagged_enum()
|
/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 1533 fn variant_seed<V>(self, seed: V) -> Result<(V::Value, Self::Variant), E> in variant_seed() functions 2101 fn variant_seed<V>(self, seed: V) -> Result<(V::Value, Self::Variant), Self::Error> in variant_seed() functions
|
Completed in 13 milliseconds