Home
last modified time | relevance | path

Searched refs:DropTest (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/spin/src/
Donce.rs418 struct DropTest {} struct
420 impl Drop for DropTest { implementation
436 once.call_once(|| DropTest {}); in drop()
451 let once = Once::<DropTest>::new(); in skip_uninit_drop()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DDropTest.kt10 class DropTest : TestBase() { class