Searched refs:VALUE_OFFSET (Results 1 – 4 of 4) sorted by relevance
114 const VALUE_OFFSET: usize = 2; constant115 const TLV_HEADER_SIZE_BYTES: usize = Self::VALUE_OFFSET * size_of::<u32>();143 &self.data[Self::VALUE_OFFSET..] in value()151 &self.data[Self::VALUE_OFFSET..][index] in index()158 &mut self.data[Self::VALUE_OFFSET..][index] in index_mut()179 > data[Self::VALUE_OFFSET..].len() as u32 in try_from()
58 const VALUE_OFFSET: usize = 1; constant156 + Self::VALUE_OFFSET in value_pos()
1252 static final long VALUE_OFFSET; field in AbstractFuture.UnsafeAtomicHelper1286 VALUE_OFFSET = unsafe.objectFieldOffset(abstractFuture.getDeclaredField("value"));1321 return UNSAFE.compareAndSwapObject(future, VALUE_OFFSET, expect, update); in casValue()
1254 static final long VALUE_OFFSET; field in AbstractFuture.UnsafeAtomicHelper1288 VALUE_OFFSET = unsafe.objectFieldOffset(abstractFuture.getDeclaredField("value"));1323 return UNSAFE.compareAndSwapObject(future, VALUE_OFFSET, expect, update); in casValue()