Home
last modified time | relevance | path

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

/external/rust/crates/crossbeam-epoch/src/
Datomic.rs120 fn compose_tag<T: ?Sized + Pointable>(data: usize, tag: usize) -> usize { in compose_tag() function
1075 unsafe { Self::from_usize(compose_tag::<T>(data, tag)) } in with_tag()
1458 unsafe { Self::from_usize(compose_tag::<T>(self.data, tag)) } in with_tag()