| /third_party/rust/crates/serde/serde/src/de/ |
| D | impls.rs | 20 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 59 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 455 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 501 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 547 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 624 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 659 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 696 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 793 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() function 858 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method [all …]
|
| D | ignored_any.rs | 116 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method
|
| D | mod.rs | 1304 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; in expecting() method
|
| /third_party/rust/crates/serde/serde_derive/src/ |
| D | de.rs | 412 let expecting = format!("unit struct {}", params.type_name()); in deserialize_unit_struct() localVariable 413 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_unit_struct() localVariable 493 let expecting = match form { in deserialize_tuple() localVariable 499 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_tuple() localVariable 594 let expecting = format!("tuple struct {}", params.type_name()); in deserialize_tuple_in_place() localVariable 595 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_tuple_in_place() localVariable 686 let expecting = if deserialized_count == 1 { in deserialize_seq() localVariable 691 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_seq() localVariable 782 let expecting = if deserialized_count == 1 { in deserialize_seq_in_place() localVariable 787 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_seq_in_place() localVariable [all …]
|
| /third_party/rust/crates/log/src/ |
| D | serde.rs | 42 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in deserialize() method 92 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in deserialize() method 137 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in deserialize() method 187 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in deserialize() method
|
| /third_party/rust/crates/serde/test_suite/tests/bytes/ |
| D | mod.rs | 16 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method
|
| /third_party/rust/crates/serde/test_suite/tests/ |
| D | test_value.rs | 65 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in test_map_access_to_enum() method
|
| D | test_annotations.rs | 2616 fn expecting(&self, _formatter: &mut fmt::Formatter) -> fmt::Result { in test_flatten_any_after_flatten_struct() method
|
| /third_party/rust/crates/serde/serde/src/private/ |
| D | de.rs | 72 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in borrow_cow_str() method 145 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in borrow_cow_bytes() method 329 fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in expecting() method 561 fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in expecting() method 820 expecting: &'static str, field 842 fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in expecting() function 918 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 993 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 2389 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 2434 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method [all …]
|
| /third_party/rust/crates/serde/serde_derive/src/internals/ |
| D | attr.rs | 223 expecting: Option<String>, field 309 let mut expecting = Attr::none(cx, EXPECTING); in from_ast() localVariable 677 pub fn expecting(&self) -> Option<&str> { in expecting() method
|