Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Packets/
DPacket.cs449 private static FieldPropertyInfoWrapper[] GetFieldsAndProperties(Type t) in GetFieldsAndProperties()
457 .Select(x => new FieldPropertyInfoWrapper(x)) in GetFieldsAndProperties()
460 .Select(x => new FieldPropertyInfoWrapper(x)) in GetFieldsAndProperties()
468 private class FieldPropertyInfoWrapper class in Antmicro.Renode.Utilities.Packets.Packet
470 public FieldPropertyInfoWrapper(FieldInfo info) in FieldPropertyInfoWrapper() method in Antmicro.Renode.Utilities.Packets.Packet.FieldPropertyInfoWrapper
475 public FieldPropertyInfoWrapper(PropertyInfo info) in FieldPropertyInfoWrapper() method in Antmicro.Renode.Utilities.Packets.Packet.FieldPropertyInfoWrapper