Home
last modified time | relevance | path

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

/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs30 public static readonly ushort UInt16Value = 65262; // 0xFEEE field in FlatBuffers.Test.FuzzTestData
DFlatBuffersFuzzTests.cs617 builder.AddUshort(j, FuzzTestData.UInt16Value, 0); in CheckObjects()
699 Assert.AreEqual(FuzzTestData.UInt16Value, table.GetSlot(f, (ushort)0)); in CheckObjects()