| /third_party/rust/crates/serde/serde/src/de/ |
| D | impls.rs | 22 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 60 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 436 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 482 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 528 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 604 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 639 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 676 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 768 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() function 834 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method [all …]
|
| D | ignored_any.rs | 117 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 | 413 let expecting = format!("unit struct {}", params.type_name()); in deserialize_unit_struct() localVariable 414 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_unit_struct() localVariable 468 let expecting = match variant_ident { in deserialize_tuple() localVariable 472 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_tuple() localVariable 555 let expecting = match variant_ident { in deserialize_tuple_in_place() localVariable 559 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_tuple_in_place() localVariable 643 let expecting = if deserialized_count == 1 { in deserialize_seq() localVariable 648 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_seq() localVariable 746 let expecting = if deserialized_count == 1 { in deserialize_seq_in_place() localVariable 751 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_seq_in_place() localVariable [all …]
|
| /third_party/rust/crates/serde/test_suite/tests/expand/ |
| D | lifetimes.expanded.rs | 116 fn expecting( in deserialize() method 192 fn expecting( in deserialize() method 228 fn expecting( in deserialize() method 295 fn expecting( in deserialize() method 412 fn expecting( in deserialize() method 479 fn expecting( in deserialize() method
|
| D | generic_enum.expanded.rs | 139 fn expecting( in deserialize() method 223 fn expecting( in deserialize() function 270 fn expecting( in deserialize() function 340 fn expecting( in deserialize() method 418 fn expecting( in deserialize() function
|
| D | de_enum.expanded.rs | 293 fn expecting( in deserialize() method 385 fn expecting( in deserialize() function 430 fn expecting( in deserialize() function 554 fn expecting( in deserialize() method 640 fn expecting( in deserialize() function 933 fn expecting( in deserialize() function 1057 fn expecting( in deserialize() method 1143 fn expecting( in deserialize() function
|
| D | generic_struct.expanded.rs | 64 fn expecting( in deserialize() method 127 fn expecting( in deserialize() function 244 fn expecting( in deserialize_in_place() method 307 fn expecting( in deserialize_in_place() function 461 fn expecting( in deserialize() function 540 fn expecting( in deserialize_in_place() function
|
| D | generic_tuple_struct.expanded.rs | 32 fn expecting( in deserialize() function 113 fn expecting( in deserialize_in_place() function
|
| D | default_ty_param.expanded.rs | 68 fn expecting( in deserialize() method 125 fn expecting( in deserialize() method 248 fn expecting( in deserialize_in_place() method 307 fn expecting( in deserialize_in_place() method
|
| D | named_tuple.expanded.rs | 87 fn expecting( in deserialize() function 186 fn expecting( in deserialize_in_place() function
|
| D | named_map.expanded.rs | 89 fn expecting( in deserialize() method 162 fn expecting( in deserialize() function 373 fn expecting( in deserialize_in_place() method 447 fn expecting( in deserialize_in_place() function
|
| D | void.expanded.rs | 37 fn expecting( in deserialize() method 101 fn expecting( in deserialize() method
|
| D | named_unit.expanded.rs | 35 fn expecting( in deserialize() method
|
| /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 | 2598 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 | 69 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in borrow_cow_str() method 142 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in borrow_cow_bytes() method 315 fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in expecting() method 543 fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in expecting() method 808 expecting: &'static str, field 846 fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in expecting() function 925 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 973 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 2482 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method 2527 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() method
|
| /third_party/rust/crates/serde/serde_derive/src/internals/ |
| D | attr.rs | 227 expecting: Option<String>, field 310 let mut expecting = Attr::none(cx, EXPECTING); in from_ast() localVariable 701 pub fn expecting(&self) -> Option<&str> { in expecting() method
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 84661 u8 expecting[4]; member
|