Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/
H A Dbacktrace.rs307 struct LazilyResolvedCapture { struct
308 sync: Once,
309 capture: UnsafeCell<Capture>,
312 impl LazilyResolvedCapture { impl
337 unsafe impl Sync for LazilyResolvedCapture where Capture: Sync {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/src/
Dbacktrace.rs306 struct LazilyResolvedCapture { struct
307 sync: Once,
308 capture: UnsafeCell<Capture>,
311 impl LazilyResolvedCapture { implementation
336 unsafe impl Sync for LazilyResolvedCapture where Capture: Sync {} implementation