Home
last modified time | relevance | path

Searched defs:CountDrop (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/core/tests/iter/adapters/
Dmod.rs190 struct CountDrop<'a> { struct
195 impl<'a> CountDrop<'a> { argument
201 impl Drop for CountDrop<'_> { implementation
/third_party/rust/rust/library/core/tests/
Darray.rs392 struct CountDrop; in array_try_from_fn_drops_inserted_elements_on_err() struct
393 impl Drop for CountDrop { in array_try_from_fn_drops_inserted_elements_on_err() implementation
416 struct CountDrop; in array_try_from_fn_drops_inserted_elements_on_panic() struct
417 impl Drop for CountDrop { in array_try_from_fn_drops_inserted_elements_on_panic() implementation