Searched refs:ShortField (Results 1 – 2 of 2) sorted by relevance
35 test.ShortField = -12345; in create()165 public Short ShortField; field in JsonTest.Test1205 if (ShortField == null) { in equals()206 if (other.ShortField != null) return false; in equals()207 } else if (!ShortField.equals(other.ShortField)) return false; in equals()
267 ShortField = CreatePacketPieceClass(Field, "!H") variable300 FIELD_TIME_SINCE_START = ShortField("secs", 8, 2)301 FIELD_FLAGS = ShortField("flags", 10, 2)