Searched refs:UInt8Value (Results 1 – 2 of 2) sorted by relevance
28 public static readonly byte UInt8Value = 255; // 0xFF field in FlatBuffers.Test.FuzzTestData
676 builder.AddByte(j, FuzzTestData.UInt8Value, 0); in CheckObjects()758 Assert.AreEqual(FuzzTestData.UInt8Value, table.GetSlot(f, (byte)0)); in CheckObjects()