Home
last modified time | relevance | path

Searched refs:variant_seed (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_ignored_any.rs42 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 Dmod.rs1990 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 Dvalue.rs379 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 Dserde.rs100 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 Dde.rs1455 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 Dde.rs1533 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