Searched refs:ByteOffset (Results 1 – 1 of 1) sorted by relevance
39 if(element.ByteOffset.HasValue) in CalculateOffset()41 offset = element.ByteOffset.Value; in CalculateOffset()85 if(field.ByteOffset.HasValue)87 offset = dataOffset + field.ByteOffset.Value;147 if(field.ByteOffset.HasValue) in TryDecode()149 offset = dataOffset + field.ByteOffset.Value; in TryDecode()308 if(field.ByteOffset.HasValue) in EncodeInner()310 offset = startingOffset + field.ByteOffset.Value; in EncodeInner()437 offset = element.ByteOffset ?? offset; in CalculateLength()513 public int? ByteOffset => (int?)GetAttribute<OffsetAttribute>()?.OffsetInBytes; field in Antmicro.Renode.Utilities.Packets.Packet.FieldPropertyInfoWrapper