Searched refs:Int8Value (Results 1 – 2 of 2) sorted by relevance
27 public static readonly sbyte Int8Value = -127; // 0x81 field in FlatBuffers.Test.FuzzTestData
660 builder.AddSbyte(j, FuzzTestData.Int8Value, 0); in CheckObjects()742 Assert.AreEqual(FuzzTestData.Int8Value, table.GetSlot(f, (sbyte)0)); in CheckObjects()