Home
last modified time | relevance | path

Searched refs:panic_in_clone (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/hashbrown/src/
Dmap.rs6073 panic_in_clone: bool, in test_clone_from_memory_leaks() field
6078 if self.panic_in_clone { in test_clone_from_memory_leaks()
6082 panic_in_clone: self.panic_in_clone, in test_clone_from_memory_leaks()
6091 panic_in_clone: false, in test_clone_from_memory_leaks()
6098 panic_in_clone: false, in test_clone_from_memory_leaks()
6105 panic_in_clone: true, in test_clone_from_memory_leaks()
6169 panic_in_clone: bool, field
6176 fn new(panic_in_clone: bool, panic_in_drop: bool, data: T) -> Self { in new()
6178 panic_in_clone, in new()
6188 if self.panic_in_clone { in clone()
[all …]
/external/rust/android-crates-io/crates/hashbrown/src/raw/
Dmod.rs4279 panic_in_clone: bool, in test_catch_panic_clone_from() field
4286 if self.panic_in_clone { in test_catch_panic_clone_from()
4290 panic_in_clone: self.panic_in_clone, in test_catch_panic_clone_from()
4314 for (idx, panic_in_clone) in core::iter::repeat(DISARMED).take(7).enumerate() { in test_catch_panic_clone_from()
4321 panic_in_clone, in test_catch_panic_clone_from()
4342 for (idx, &panic_in_clone) in armed_flags.iter().enumerate() { in test_catch_panic_clone_from()
4349 panic_in_clone, in test_catch_panic_clone_from()
/external/rust/android-crates-io/crates/tokio/tests/
Dsync_broadcast.rs295 fn panic_in_clone() { in panic_in_clone() function