Searched defs:PointerOffset (Results 1 – 2 of 2) sorted by relevance
1218 pub struct PointerOffset<T: ?Sized>(pub usize, PhantomData<T>); struct1220 impl<T: ?Sized> Clone for PointerOffset<T> { implementation1226 impl<T: ?Sized> Copy for PointerOffset<T> {} implementation1228 impl<T: ?Sized> Default for PointerOffset<T> { implementation1234 impl<T: ?Sized> PartialEq for PointerOffset<T> { implementation1240 impl<T: ?Sized> Eq for PointerOffset<T> {} implementation1242 impl<T: ?Sized> PartialOrd for PointerOffset<T> { implementation1248 impl<T: ?Sized> Ord for PointerOffset<T> { implementation1254 impl<T> fmt::Debug for PointerOffset<T> implementation1263 impl<T> fmt::Display for PointerOffset<T> implementation[all …]
202 TEST_F(MapPtrTest, PointerOffset) { in TEST_F() argument