/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/value/ |
D | ser.rs | 70 type SerializeStructVariant = SerializeStructVariant; typedef 287 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 322 pub struct SerializeStructVariant { struct 323 name: String, 324 map: Map<String, Value>, 468 type SerializeStructVariant = Impossible<String, Error>; typedef 638 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 696 impl serde::ser::SerializeStructVariant for SerializeStructVariant { implementation 736 type SerializeStructVariant = Impossible<Value, Error>; typedef 883 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.3/src/value/ |
D | ser.rs | 70 type SerializeStructVariant = SerializeStructVariant; typedef 287 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 322 pub struct SerializeStructVariant { struct 323 name: String, 324 map: Map<String, Value>, 468 type SerializeStructVariant = Impossible<String, Error>; typedef 638 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 696 impl serde::ser::SerializeStructVariant for SerializeStructVariant { implementation 736 type SerializeStructVariant = Impossible<Value, Error>; typedef 883 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/value/ |
D | ser.rs | 70 type SerializeStructVariant = SerializeStructVariant; typedef 287 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 322 pub struct SerializeStructVariant { struct 323 name: String, 324 map: Map<String, Value>, 468 type SerializeStructVariant = Impossible<String, Error>; typedef 638 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 696 impl serde::ser::SerializeStructVariant for SerializeStructVariant { implementation 736 type SerializeStructVariant = Impossible<Value, Error>; typedef 883 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() [all …]
|
/external/rust/android-crates-io/crates/serde_json/src/value/ |
D | ser.rs | 70 type SerializeStructVariant = SerializeStructVariant; typedef 287 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 322 pub struct SerializeStructVariant { struct 323 name: String, 324 map: Map<String, Value>, 468 type SerializeStructVariant = Impossible<String, Error>; typedef 638 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 696 impl serde::ser::SerializeStructVariant for SerializeStructVariant { implementation 736 type SerializeStructVariant = Impossible<Value, Error>; typedef 883 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.3/src/value/ |
D | ser.rs | 70 type SerializeStructVariant = SerializeStructVariant; typedef 287 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 322 pub struct SerializeStructVariant { struct 323 name: String, 324 map: Map<String, Value>, 468 type SerializeStructVariant = Impossible<String, Error>; typedef 638 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 696 impl serde::ser::SerializeStructVariant for SerializeStructVariant { implementation 736 type SerializeStructVariant = Impossible<Value, Error>; typedef 883 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() [all …]
|
/external/rust/android-crates-io/crates/serde_cbor/src/value/ |
D | ser.rs | 50 type SerializeStructVariant = SerializeStructVariant; typedef 239 ) -> Result<Self::SerializeStructVariant, Error> { in serialize_struct_variant() 266 pub struct SerializeStructVariant { struct 267 name: String, 268 map: BTreeMap<Value, Value>, 387 impl serde::ser::SerializeStructVariant for SerializeStructVariant { implementation
|
/external/rust/android-crates-io/crates/serde_yaml/src/value/ |
D | ser.rs | 66 type SerializeStructVariant = SerializeStructVariant; typedef 255 ) -> Result<SerializeStructVariant> { in serialize_struct_variant() 420 type SerializeStructVariant = NotTag<SerializeStructVariant>; in serialize_entry() typedef 601 ) -> Result<Self::SerializeStructVariant> { in serialize_entry() 817 pub struct SerializeStructVariant { struct 822 impl ser::SerializeStructVariant for SerializeStructVariant { argument
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde-1.0.215/src/ser/ |
D | fmt.rs | 47 type SerializeStructVariant = Impossible<(), fmt::Error>; typedef 160 ) -> Result<Self::SerializeStructVariant, fmt::Error> { in serialize_struct_variant()
|
D | mod.rs | 394 type SerializeStructVariant: SerializeStructVariant<Ok = Self::Ok, Error = Self::Error>; typedef 1255 ) -> Result<Self::SerializeStructVariant, Self::Error>; in serialize_struct_variant() 1921 pub trait SerializeStructVariant { trait
|
/external/rust/android-crates-io/crates/serde/src/ser/ |
D | fmt.rs | 47 type SerializeStructVariant = Impossible<(), fmt::Error>; typedef 160 ) -> Result<Self::SerializeStructVariant, fmt::Error> { in serialize_struct_variant()
|
D | mod.rs | 394 type SerializeStructVariant: SerializeStructVariant<Ok = Self::Ok, Error = Self::Error>; typedef 1255 ) -> Result<Self::SerializeStructVariant, Self::Error>; in serialize_struct_variant() 1920 pub trait SerializeStructVariant { trait
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde-1.0.215/src/ser/ |
D | fmt.rs | 47 type SerializeStructVariant = Impossible<(), fmt::Error>; typedef 160 ) -> Result<Self::SerializeStructVariant, fmt::Error> { in serialize_struct_variant()
|
D | mod.rs | 394 type SerializeStructVariant: SerializeStructVariant<Ok = Self::Ok, Error = Self::Error>; typedef 1255 ) -> Result<Self::SerializeStructVariant, Self::Error>; in serialize_struct_variant() 1921 pub trait SerializeStructVariant { interface
|
/external/rust/android-crates-io/crates/serde/src/private/ |
D | ser.rs | 111 type SerializeStructVariant = Impossible<S::Ok, S::Error>; typedef 113 type SerializeStructVariant = SerializeStructVariantAsMapValue<S::SerializeMap>; typedef 303 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant() 316 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant() 570 type SerializeStructVariant = SerializeStructVariant<E>; typedef 752 ) -> Result<Self::SerializeStructVariant, E> { in serialize_struct_variant() 954 pub struct SerializeStructVariant<E> { struct 955 name: &'static str, 956 variant_index: u32, 957 variant: &'static str, [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde-1.0.215/src/private/ |
D | ser.rs | 109 type SerializeStructVariant = Impossible<S::Ok, S::Error>; typedef 111 type SerializeStructVariant = SerializeStructVariantAsMapValue<S::SerializeMap>; typedef 301 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant() 314 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant() 568 type SerializeStructVariant = SerializeStructVariant<E>; typedef 750 ) -> Result<Self::SerializeStructVariant, E> { in serialize_struct_variant() 952 pub struct SerializeStructVariant<E> { struct 953 name: &'static str, 954 variant_index: u32, 955 variant: &'static str, [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde-1.0.215/src/private/ |
D | ser.rs | 109 type SerializeStructVariant = Impossible<S::Ok, S::Error>; typedef 111 type SerializeStructVariant = SerializeStructVariantAsMapValue<S::SerializeMap>; typedef 301 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant() 314 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant() 568 type SerializeStructVariant = SerializeStructVariant<E>; typedef 750 ) -> Result<Self::SerializeStructVariant, E> { in serialize_struct_variant() 952 pub struct SerializeStructVariant<E> { struct 953 name: &'static str, 954 variant_index: u32, 955 variant: &'static str, [all …]
|
/external/rust/android-crates-io/crates/serde-xml-rs/src/ser/ |
D | plain.rs | 43 type SerializeStructVariant = Impossible<Self::Ok, Self::Error>; typedef 193 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
|
/external/rust/android-crates-io/crates/toml_edit/src/ser/ |
D | key.rs | 16 type SerializeStructVariant = serde::ser::Impossible<InternalString, Error>; typedef 170 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant()
|
D | value.rs | 70 type SerializeStructVariant = super::SerializeStructVariant; typedef 254 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant()
|
D | map.rs | 237 type SerializeStructVariant = serde::ser::Impossible<Self::Ok, Self::Error>; typedef 391 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant() 416 type SerializeStructVariant = SerializeStructVariant; typedef 571 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant() 577 pub(crate) type SerializeStructVariant = SerializeVariant<SerializeMap>; typedef
|
/external/rust/android-crates-io/crates/zerovec/src/map/ |
D | serde_helpers.rs | 25 type SerializeStructVariant = Impossible<(), Self::Error>; in is_num_or_string() typedef 157 ) -> Result<Self::SerializeStructVariant, Self::Error> { in is_num_or_string()
|
/external/rust/android-crates-io/crates/litemap/src/ |
D | serde_helpers.rs | 25 type SerializeStructVariant = Impossible<(), Self::Error>; in is_num_or_string() typedef 157 ) -> Result<Self::SerializeStructVariant, Self::Error> { in is_num_or_string()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/ |
D | ser.rs | 75 type SerializeStructVariant = Compound<'a, W, F>; typedef 387 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 830 type SerializeStructVariant = Impossible<(), Error>; typedef 1141 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 1167 type SerializeStructVariant = Impossible<(), Error>; typedef 1325 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 1344 type SerializeStructVariant = Impossible<(), Error>; typedef 1502 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
|
/external/rust/android-crates-io/crates/serde_json/src/ |
D | ser.rs | 75 type SerializeStructVariant = Compound<'a, W, F>; typedef 387 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 830 type SerializeStructVariant = Impossible<(), Error>; typedef 1141 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 1167 type SerializeStructVariant = Impossible<(), Error>; typedef 1325 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 1344 type SerializeStructVariant = Impossible<(), Error>; typedef 1502 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/ |
D | ser.rs | 75 type SerializeStructVariant = Compound<'a, W, F>; typedef 387 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 830 type SerializeStructVariant = Impossible<(), Error>; typedef 1141 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 1167 type SerializeStructVariant = Impossible<(), Error>; typedef 1325 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant() 1344 type SerializeStructVariant = Impossible<(), Error>; typedef 1502 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
|