Home
last modified time | relevance | path

Searched defs:serialize_unit_struct (Results 1 – 25 of 25) sorted by relevance

/external/rust/crates/serde_json/src/value/
Dser.rs184 fn serialize_unit_struct(self, _name: &'static str) -> Result<Value> { in serialize_unit_struct() method
551 fn serialize_unit_struct(self, _name: &'static str) -> Result<String> { in serialize_unit_struct() method
791 fn serialize_unit_struct(self, _name: &'static str) -> Result<Value> { in serialize_unit_struct() method
961 fn serialize_unit_struct(self, _name: &'static str) -> Result<Value> { in serialize_unit_struct() method
/external/rust/crates/serde-xml-rs/src/ser/
Dplain.rs116 fn serialize_unit_struct(self, _name: &'static str) -> Result<Self::Ok> { in serialize_unit_struct() method
Dmod.rs289 fn serialize_unit_struct(self, name: &'static str) -> Result<Self::Ok> { in serialize_unit_struct() method
/external/rust/crates/toml_edit/src/ser/
Dkey.rs89 fn serialize_unit_struct(self, _name: &'static str) -> Result<InternalString, Self::Error> { in serialize_unit_struct() method
Dvalue.rs154 fn serialize_unit_struct(self, name: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() method
Dmap.rs322 fn serialize_unit_struct(self, _name: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() method
502 fn serialize_unit_struct(self, name: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() method
/external/rust/crates/serde_json/src/
Dser.rs208 fn serialize_unit_struct(self, _name: &'static str) -> Result<()> { in serialize_unit_struct() function
1025 fn serialize_unit_struct(self, _name: &'static str) -> Result<()> { in serialize_unit_struct() function
1204 fn serialize_unit_struct(self, _name: &'static str) -> Result<()> { in serialize_unit_struct() method
1381 fn serialize_unit_struct(self, _name: &'static str) -> Result<()> { in serialize_unit_struct() method
/external/rust/crates/bincode/src/ser/
Dmod.rs80 fn serialize_unit_struct(self, _: &'static str) -> Result<()> { in serialize_unit_struct() method
281 fn serialize_unit_struct(self, _: &'static str) -> Result<()> { in serialize_unit_struct() method
/external/rust/crates/config/src/
Dser.rs178 fn serialize_unit_struct(self, _name: &'static str) -> Result<Self::Ok> { in serialize_unit_struct() method
502 fn serialize_unit_struct(self, _name: &str) -> Result<Self::Ok> { in serialize_unit_struct() method
/external/rust/crates/serde_yaml/src/value/
Dser.rs150 fn serialize_unit_struct(self, _name: &'static str) -> Result<Value> { in serialize_unit_struct() method
490 fn serialize_unit_struct(self, name: &'static str) -> Result<Self::Ok> { in serialize_entry() method
/external/flatbuffers/rust/flexbuffers/src/builder/
Dser.rs297 fn serialize_unit_struct(self, _name: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() method
472 fn serialize_unit_struct(self, _name: &'static str) -> Result<(), Error> { in serialize_unit_struct() method
/external/rust/crates/ciborium/src/value/
Dser.rs162 fn serialize_unit_struct(self, _name: &'static str) -> Result<Value, Error> { in serialize_unit_struct() method
/external/rust/crates/serde/src/private/
Dser.rs190 fn serialize_unit_struct(self, _: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() function
649 fn serialize_unit_struct(self, name: &'static str) -> Result<Content, E> { in serialize_unit_struct() function
1102 fn serialize_unit_struct(self, _: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() function
/external/rust/crates/ciborium/src/ser/
Dmod.rs186 fn serialize_unit_struct(self, _name: &'static str) -> Result<(), Self::Error> { in serialize_unit_struct() function
/external/rust/crates/serde_test/src/
Dser.rs170 fn serialize_unit_struct(self, name: &'static str) -> Result<(), Error> { in serialize_unit_struct() method
/external/rust/crates/toml/src/
Dser.rs323 fn serialize_unit_struct(self, name: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() method
637 fn serialize_unit_struct(self, name: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() method
Dvalue.rs954 fn serialize_unit_struct(self, name: &'static str) -> Result<Value, crate::ser::Error> { in serialize_unit_struct() method
1135 fn serialize_unit_struct(self, _name: &'static str) -> Result<Table, crate::ser::Error> { in serialize_unit_struct() method
/external/rust/crates/serde_cbor/src/value/
Dser.rs133 fn serialize_unit_struct(self, _name: &'static str) -> Result<Value, Error> { in serialize_unit_struct() method
/external/rust/crates/serde/src/ser/
Dmod.rs845 fn serialize_unit_struct(self, name: &'static str) -> Result<Self::Ok, Self::Error>; in serialize_unit_struct() method
/external/rust/crates/serde_yaml/src/
Dser.rs386 fn serialize_unit_struct(self, _name: &'static str) -> Result<()> { in serialize_unit_struct() function
Dwith.rs209 fn serialize_unit_struct(self, name: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() function
1071 fn serialize_unit_struct(self, name: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() function
/external/rust/crates/serde_cbor/src/
Dser.rs385 fn serialize_unit_struct(self, _name: &'static str) -> Result<()> { in serialize_unit_struct() function
/external/rust/crates/ciborium/src/
Dtag.rs334 fn serialize_unit_struct(self, _name: &'static str) -> Result<u64, Self::Error> { in serialize_unit_struct() method
/external/rust/crates/serde_derive/src/
Dser.rs225 fn serialize_unit_struct(cattrs: &attr::Container) -> Fragment { in serialize_unit_struct() function
/external/rust/crates/csv/src/
Dserializer.rs141 fn serialize_unit_struct( in serialize_unit_struct() method
591 fn serialize_unit_struct( in serialize_unit_struct() method