Searched refs:UInt16Value (Results 1 – 2 of 2) sorted by relevance
30 public static readonly ushort UInt16Value = 65262; // 0xFEEE field in FlatBuffers.Test.FuzzTestData
617 builder.AddUshort(j, FuzzTestData.UInt16Value, 0); in CheckObjects()699 Assert.AreEqual(FuzzTestData.UInt16Value, table.GetSlot(f, (ushort)0)); in CheckObjects()