Home
last modified time | relevance | path

Searched defs:LocalHandle (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Dcollector.rs44 pub fn register(&self) -> LocalHandle { in register()
73 pub struct LocalHandle { struct
77 impl LocalHandle { argument
97 impl Drop for LocalHandle { implementation
106 impl fmt::Debug for LocalHandle { implementation
Dinternal.rs316 pub(crate) fn register(collector: &Collector) -> LocalHandle { in register()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.h945 typedef uint64 LocalHandle; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs71068 pub fn LocalHandle(pMem: LPCVOID) -> HLOCAL; in LocalHandle() function